Class ApkManifestHelper.IntentFilterDescription
java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.IntentFilterDescription
- Enclosing class:
ApkManifestHelper
Short description of an intent filter. That include the filter actions and categories.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntentFilterDescription
public IntentFilterDescription()
-
-
Method Details
-
getActions
Get intent filter actions.- Returns:
- the action names
-
getCategories
Get intent filter categories.- Returns:
- the category names
-
check
Check whether this intent filter matches an action and category.- Parameters:
action- action name, or null to ignore actionscategory- category name, or null to ignore categories- Returns:
- true if the filter matches
-
toString
-