Class ApkManifestHelper.ActivityDescription
java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.EndPointDescription
com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.ActivityDescription
- Enclosing class:
ApkManifestHelper
public static class ApkManifestHelper.ActivityDescription
extends ApkManifestHelper.EndPointDescription
Short description of an APK activity end-point.
-
Constructor Summary
ConstructorsConstructorDescriptionActivityDescription(String fqname, boolean enabled, boolean exported) Create an activity description. -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.EndPointDescription
getFullyQualifiedName, getMetadata, isEnabled, isExported
-
Constructor Details
-
ActivityDescription
Create an activity description.- Parameters:
fqname- fully-qualified activity class nameenabled- true if the activity is enabledexported- true if the activity is exported
-
-
Method Details
-
isAlias
public boolean isAlias()Determine whether this activity is an alias.- Returns:
- true if this activity is an alias
-
getAliasForName
Get the target activity name for an alias.- Returns:
- the target activity name, or null if this activity is not an alias
-
getIntentFilters
Get intent filters for this activity.- Returns:
- the intent filter descriptions, or null if none were collected
-
toString
- Overrides:
toStringin classApkManifestHelper.EndPointDescription
-