I want to extract all the activities names from an android apk file. Any idea how possibly it can be done?
Thanx Kaps
If you just want to list them from the command line you can use
aapt dump xmltree <apk-file> AndroidManifest.xml
The format is a bit perplexing at first, but all the info is there.
You need the Android SDK installed to do this, of course.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With