On Dec 4, 9:43 am, guillaume benats <[email protected]> wrote:
> Listing all intent filters of all applications of a device using a > deassembler > Listing all startActivities of all apps using same technique Well, this should be possible at least on a rooted device, and for non copy protected apps on a consumer device (you can read the apk's, though you can't get a directory listing of /data). You'd need to take one of the decompilers and port it to run on the phone. Probably modify it to output only what's of interest. Vs. if you were running on a desktop you could just fire off the decompiler and do a recursive grep of the output directories. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

