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 Details

    • ServiceDescription

      public ServiceDescription(String fqname, boolean enabled, boolean exported)
      Create a service description.
      Parameters:
      fqname - fully-qualified service class name
      enabled - true if the service is enabled
      exported - true if the service is exported
  • Method Details