• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps how to programmatically modify permissions?

maher640

Lurker
Hi,
Is it doable through code to get an app's permissions and modify them (enable - disable for example) ?
 
You can't programmatically change an app's permissions, this would a security risk. The permissions are only configured through the manifest, and confirmed with the user at install time.
 
Back
Top Bottom