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# - SharpSVN - How to get the previous revision? -

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

url - Querystring manipulation of email Address in PHP -