-
Notifications
You must be signed in to change notification settings - Fork 527
[Question] How is onDemand handled during submition #1438
Comments
Whitelisted stuff is not submitted and I don't think it is a good idea to submit it, since it could contain privacy sensitive stuff. |
Maybe we should handle this like the accounts, applications and contacts and just submit there are exceptions. |
I don't think you understood what I meant. Example: App XYZ needs access to Internet:inet to function. How is this setup handled? |
It is not handled yet. |
So it is basically submitted as "deny"? Or is it not submitted at all because it's different? |
This will be changed in the next release, these functions will be submitted as deny with having an exception. While fetching the server will take into account the exceptions (and basically allow the restriction). Later we can improve this, by checking the number of submitted exceptions versus the number of submitted restrictions. |
How about only submitting functions marked used? |
We cannot be sure if the function wasn't used so far, it will never be used. |
Fetching could start by applying the template and then tweaking according to the received data. |
For an app that for example needs access to ID/build.prop I have to deny but ask. This way it can only access build.prop when I explicitly allow it. How are these exceptions handled when submitting? Could this setup possibly lead to issues for users with onDemand off?
The text was updated successfully, but these errors were encountered: