# Class: com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.IntentFilterDescriptions

A collection of intent filters.

## Constructor: IntentFilterDescriptions


## Method: check
- parameter: `action`, type: `java.lang.String`
- parameter: `category`, type: `java.lang.String`
- return type: `boolean`

Description: Check whether any intent filter matches an action and category.
parameter: action: action name, or null to ignore actions
parameter: category: category name, or null to ignore categories
return: true if a filter matches

## Method: toString
- return type: `java.lang.String`


