I want to use the SDK (PackageManager API) and dump all packages,
their activities and the intent filters the activities use.   So far
navigating from the Context -> PackageManager -> ActivityInfo is
easy.  I am stuck trying to figure out how to retrieve the mappings
from Activity -> Intent-Filter.

Looks like from what i could tell from the SDK documentation, i can
obtain the ResolveInfo (if i know the Intent).  But how do i retrieve
Activity to Intent-Filter mapping?

Is this even supported?

Thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to