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? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -