Class AndroidEntryPoint

  • All Implemented Interfaces:
    IClassHierarchyDweller, BytecodeConstants

    public class AndroidEntryPoint
    extends DexEntryPoint
    An AdnroidEntryPoint is basically the same as a DexEntryPoint. The Difference is, that further actions are taken to give a list of EntryPoints a specific order an to add information on how the entrypoints are to be called in a model which represents the usage of an android application.

    You might want to use AndroidEntryPointLocator to generate a list of all EntryPoints in an android application

    Since:
    2013-09-01
    See Also:
    AndroidEntryPointLocator