Are there plans on escalating any further normal permissions to dangerous or development like you've done with android.permission.INTERNET
to make it revokable by the user?
I'd like to have the ability to revoke android.permission.QUERY_ALL_PACKAGES
, which allows an app to view installed packages, or android.permission.ACCESS_NETWORK_STATE
, which allows an app to view which networks exist (don't think this is necessary for an app to know this to use the internet).