Y
Hacker News
new
|
ask
|
show
|
jobs
by
saagarjha
63 days ago
This seems like it would not work well with state restoration
1 comments
jeremyjh
63 days ago
What would not work? Give a specific example. The app has access to its own state data regardless. If it needs permanent access to one of my folders where I maintain my data, all it has to do is ask once.
link
saagarjha
63 days ago
Yes, but then you quit the app. How is it going to read that folder again?
link
jeremyjh
63 days ago
It simply reads it. That is the whole point of explicit permission.
link
saagarjha
62 days ago
Is that not what happened here?
link
jeremyjh
62 days ago
No. Implicit permissions are not requested by the app, and cannot be removed.
link