Skip to content Skip to sidebar Skip to footer

Unable To Get Intent Filters From A Package

I want to list all the intent filters that are present in an package. I am trying to do it using PackageManager class. I have set the flag PackageManager.GET_INTENT_FILTERS while f

Solution 1:

Looks like intent filters are not exposed in the API and the flag effectively does nothing: http://code.google.com/p/android/issues/detail?id=3217


Post a Comment for "Unable To Get Intent Filters From A Package"