Say, an app declared itself as
<uses-permission android:name="android.permission.INTERNET" />
Is there a way for a user (or another app) to revoke that permission (w/o iptables of course)?
Say, an app declared itself as
<uses-permission android:name="android.permission.INTERNET" />
Is there a way for a user (or another app) to revoke that permission (w/o iptables of course)?
Is there a way for a user (or another app) to revoke that permission
Short of uninstalling the app? No. Permission decisions are a one-time thing when the app is installed.