Is it possible to get the manifest permissions of any installed Android application?
If you have apk file it is very simple just open cmd from start menu and write this command line:
aapt d permissions D:\dina\app-debug.apk
take care for the path you write then you can get list from all permissions in this application and package name also like this:
package: com.example.dinasaif.facebookintegration
uses-permission: android.permission.INTERNET