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

Short description of an APK received end\-point.

## Constructor: ReceiverDescription
- parameter: `fqname`, type: `java.lang.String`
- parameter: `enabled`, type: `boolean`
- parameter: `exported`, type: `boolean`

Description: Create a receiver description.
parameter: fqname: fully\-qualified receiver class name
parameter: enabled: true if the receiver is enabled
parameter: exported: true if the receiver is exported

## Method: getIntentFilters
- return type: `com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.IntentFilterDescriptions`

Description: Get intent filters for this receiver.
return: the intent filter descriptions, or null if none were collected

