Class ApkManifestHelper.ReceiverDescription
java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.EndPointDescription
com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.ReceiverDescription
- Enclosing class:
ApkManifestHelper
public static class ApkManifestHelper.ReceiverDescription
extends ApkManifestHelper.EndPointDescription
Short description of an APK received end-point.
-
Constructor Summary
ConstructorsConstructorDescriptionReceiverDescription(String fqname, boolean enabled, boolean exported) Create a receiver description. -
Method Summary
Modifier and TypeMethodDescriptionGet intent filters for this receiver.Methods inherited from class com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.EndPointDescription
getFullyQualifiedName, getMetadata, isEnabled, isExported, toString
-
Constructor Details
-
ReceiverDescription
Create a receiver description.- Parameters:
fqname- fully-qualified receiver class nameenabled- true if the receiver is enabledexported- true if the receiver is exported
-
-
Method Details
-
getIntentFilters
Get intent filters for this receiver.- Returns:
- the intent filter descriptions, or null if none were collected
-