Class IntentStarters.StartInfo

  • Enclosing class:
    IntentStarters

    public static class IntentStarters.StartInfo
    extends Object
    Contains information on how to call a starter-function.
    • Method Detail

      • setContextFree

        public void setContextFree()
        Set the CONTEXT_FREE Flag.
      • getRelevant

        public int[] getRelevant()
        The parameters the ContextSelecor shall remember.
      • getFlags

        public Set<IntentStarters.StarterFlags> getFlags()
        These influence how the model is built.
        See Also:
        com.ibm.wala.dalvik.ipa.callgraph.propagation.cfa.IntentStarters.StarerFlags
      • getComponentsPossible

        public Set<AndroidComponent> getComponentsPossible()
        Target-Types that may started by this. Although a set of multiple Components may be returned in most cases it is only one type.
      • isSystemService

        public boolean isSystemService()