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