Reputation: 517
I have been working on an Application where I need to get the Permission set that is being set by the another individual application without getting rooted.
Is there any clue out for this?
Upvotes: 3
Views: 110
Reputation: 1576
The only thing I have seen that is possible, when you control both apps is the "sharedUserId"
used in the manifest file: http://developer.android.com/guide/topics/security/security.html
Upvotes: 2