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

Short description of an APK activity end\-point.

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

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

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

Description: Get the target activity name for an alias.
return: the target activity name, or null if this activity is not an alias

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

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

## Method: isAlias
- return type: `boolean`

Description: Determine whether this activity is an alias.
return: true if this activity is an alias

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


