1

I want to get all permission that compare in the Manifest.xml of other application, is it possible?

  • http://stackoverflow.com/questions/4237982/where-can-i-get-a-list-of-android-permissions – Harin Apr 01 '15 at 09:14

1 Answers1

1

Unfortunately, you can't even check if this app is installed on same device... Google doesn't allow to do this.

Yurets
  • 3,999
  • 17
  • 54
  • 74