Ok thank you for your help Mark. Instead I am currently doing this:
Listing all intent filters of all applications of a device using a deassembler Listing all startActivities of all apps using same technique To have a possible list of applications possibly used together. I will then do it case by case thanks again On Sat, Dec 4, 2010 at 1:50 PM, Mark Murphy <[email protected]> wrote: > On Fri, Dec 3, 2010 at 4:41 PM, guillaume benats > <[email protected]> wrote: > > MMh ok sorry, I did not understood it that way, you are right. > > But isn't there a database including all URIs, intents can target? > > Not really, and certainly not one visible in the SDK on the device. It > would be in PackageManager if it were, and, again, PackageManager does > not offer up ways to iterate over IntentFilters, AFAICT. > > > Maybe it > > is a stupid question but I do not get where the gap between ACTION_VIEW > and > > acitivities filtering ACTION_VIEW is. > > It's part of the operating system. I'm reasonably certain that you can > access whatever you want if you are willing to do so as part of the > firmware. > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://github.com/commonsguy > http://commonsware.com/blog | http://twitter.com/commonsguy > > _Android Programming Tutorials_ Version 3.0.1 Available! > > -- > 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

