I need to get the package name of an Android APK. I have tried to unzip the APK and read contents of AndroidManifest.xml, but seems it's not a text file.
AndroidManifest.xml
How can I extract the APK's package name?
aapt dump badging <path-to-apk> | grep package: name
1.4m articles
1.4m replys
5 comments
57.0k users