Tagged Questions
3
votes
2answers
926 views
Read APK permission by shell command
I want to read the requested permissions of an .apk file on the computer (android sdk is installed) via command line.
I.E.:
$ android read-permissions /path/to/someapp.apk
I know this is possible, ...