Use android-apktool
There is an application that reads apk files and decodes XMLs to nearly original form.
Usage:
apktool d Gmail.apk && cat Gmail/AndroidManifest.xml
Check android-apktool for more information
There is an application that reads apk files and decodes XMLs to nearly original form.
Usage:
apktool d Gmail.apk && cat Gmail/AndroidManifest.xml
Check android-apktool for more information