public static class

ApkManifestHelper.ActivityDescription

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

Class Overview

Short description of an APK activity end-point.

Summary

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

Public Constructors

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

Public Methods

public String getAliasForName ()

public ApkManifestHelper.IntentFilterDescriptions getIntentFilters ()

public boolean isAlias ()

public String toString ()