android - List all activities within an APK from the shell -


is there way list activities of particular .apk file shell? found this post describes how list activities in apk not shell.

if can pull out apk file own machine, can use aapt command in android sdk

aapt dump xmltree <apk-file> androidmanifest.xml 

the format bit perplexing @ first, info there.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -