That what I though, as this is for a case study and to validate a research statement, it's not a problem if it's not working on non-rooted phone. I am in fact trying to take dependencies between apps into account for a privacy management tool.
Thank you both for your help, I'll try this. On Sat, Dec 4, 2010 at 3:54 PM, Chris Stratton <[email protected]> wrote: > 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 theo > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Benats Guillaume . -- 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

