public static class

ApkManifestHelper.ReceiverDescription

extends ApkManifestHelper.EndPointDescription
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.EndPointDescription
     ↳ com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.ReceiverDescription

Class Overview

Short description of an APK received end-point.

Summary

Public Constructors
ReceiverDescription(String fqname, boolean enabled, boolean exported)
Public Methods
ApkManifestHelper.IntentFilterDescriptions getIntentFilters()
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.EndPointDescription
From class java.lang.Object

Public Constructors

public ReceiverDescription (String fqname, boolean enabled, boolean exported)

Public Methods

public ApkManifestHelper.IntentFilterDescriptions getIntentFilters ()