Class ApkManifestHelper.ApplicationDescription
java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.ApplicationDescription
- Enclosing class:
ApkManifestHelper
Description of the APK's application. For the app's individual components, refer to the
appropriate classes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet application metadata entries.getName()Get the application class name.booleanDetermine whether the application is marked debuggable.
-
Constructor Details
-
ApplicationDescription
public ApplicationDescription()
-
-
Method Details
-
getName
Get the application class name.- Returns:
- the application class name, or null if not specified
-
isDebuggable
public boolean isDebuggable()Determine whether the application is marked debuggable.- Returns:
- true if the application is debuggable
-
getMetadata
Get application metadata entries.- Returns:
- an unmodifiable metadata map
-