Class ApkInfoParser.ApkInfo

java.lang.Object
com.android.builder.core.ApkInfoParser.ApkInfo
Enclosing class:
ApkInfoParser

public static final class ApkInfoParser.ApkInfo extends Object
Information about an APK
  • Method Details

    • getPackageName

      @NonNull public String getPackageName()
    • getVersionCode

      @Nullable public Integer getVersionCode()
    • getVersionName

      @Nullable public String getVersionName()
    • toString

      public String toString()
      Overrides:
      toString in class Object