I don't think I ever implemented the code to return intent filters.

On Fri, May 22, 2009 at 9:32 AM, clemsongrad <dpotl...@gmail.com> wrote:

>
>
> 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!
>
> >
>


-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~---------~--~----~------------~-------~--~----~
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