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

Description of the APK's application. For the app's individual components, refer to the appropriate classes.

## Constructor: ApplicationDescription


## Method: getMetadata
- return type: `java.util.Map<java.lang.String,java.lang.String>`

Description: Get application metadata entries.
return: an unmodifiable metadata map

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

Description: Get the application class name.
return: the application class name, or null if not specified

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

Description: Determine whether the application is marked debuggable.
return: true if the application is debuggable

