Decode the binary AndroidManifest.xml from any APK or AAB into readable XML
Android stores AndroidManifest.xml in a compiled binary format. This tool decodes it back into readable XML.
See every permission an app requests, plus any custom permissions it declares.
Browse all activities, services, broadcast receivers and content providers with their exported status.
Works with both Android APK packages and AAB app bundles. Files are processed then deleted.
Encode, decode, measure sizes, and transform common formats.