Reputation: 221
I am writing an android app to manage permission of a packages for all user install app.
i am able to list all the user install app from /data/app, also the all the packages that an app is using it.
I wanted to know how to modify the permission of the packages of install app?
Upvotes: 1
Views: 936
Reputation: 24820
You cannot modify the permission of packages of other apps using any apis. You will need a custom ROM to do this.
Upvotes: 1