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

Short description of an APK service end\-point.

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

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

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

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

