Manifest identity
Read package name, version code, version name, SDK targets, app label, icon references and application flags.
APK manifest analysis
Analyze AndroidManifest.xml locally to inspect package identity, permissions, activities, services, receivers, providers, exported components, SDK targets and app flags.
Supports: .apk, .xapk, .apks, .apkm
Files never leave your device
Start local analysis
Before you select a file
Read package name, version code, version name, SDK targets, app label, icon references and application flags.
List activities, services, broadcast receivers and content providers with exported status, intent filters and authorities.
Download the original AndroidManifest.xml and open the decoded manifest or string evidence in the browser.
Tool guide
AndroidManifest.xml Analyzer is a focused local tool for reading the manifest inside APK-style packages. It helps developers, security learners and Android users inspect package identity, declared permissions, exported components, SDK targets and application flags without uploading the app file.
Analyze AndroidManifest.xml from an APK before installing or sharing it.
Find package name, version code, version name, min SDK and target SDK.
Review declared permissions and compare them with the expected app behavior.
Identify exported activities, services, receivers and providers that need review.
Download the original or decoded manifest for documentation and analysis notes.
Continue the workflow