Class ApkManifestHelper.IntentFilterDescriptions

java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.IntentFilterDescriptions
Enclosing class:
ApkManifestHelper

public static class ApkManifestHelper.IntentFilterDescriptions extends Object
A collection of intent filters.
  • Constructor Details

    • IntentFilterDescriptions

      public IntentFilterDescriptions()
  • Method Details

    • check

      public boolean check(String action, String category)
      Check whether any intent filter matches an action and category.
      Parameters:
      action - action name, or null to ignore actions
      category - category name, or null to ignore categories
      Returns:
      true if a filter matches
    • toString

      public String toString()
      Overrides:
      toString in class Object