Skip to main content

How to check Android manifest in APK?

The AndroidManifest.xml file is a crucial component of every Android application. It serves as a central point of reference for the Android system to understand how to interact with and manage the application's components and resources. In the latest version of My APK, you can open the Manifest files from the installed apps or standalone apks (it works for aspk, apks files also) on your own device.

Here is the steps to view the AndroidManifest file content using My APK.

1. Select an app/apk item in the list

2. Click option (3 dots button) and choose View manifest file.

3. Select the target APK file. 

That's it! There you will see the all activities, services, and other components.

This version is available on Play store

See all the changelog here

Comments