Jack Patoliya
Jack Patoliya

Reputation: 517

Setting the Permission from one particular App to the another in Android

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

Answers (1)

eyespyus
eyespyus

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

Related Questions