Loading core/java/android/content/pm/PackageManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -5065,6 +5065,7 @@ public abstract class PackageManager { * which market the package came from. * * @param packageName The name of the package to query * @throws IllegalArgumentException if the given package name is not installed */ public abstract String getInstallerPackageName(String packageName); Loading Loading
core/java/android/content/pm/PackageManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -5065,6 +5065,7 @@ public abstract class PackageManager { * which market the package came from. * * @param packageName The name of the package to query * @throws IllegalArgumentException if the given package name is not installed */ public abstract String getInstallerPackageName(String packageName); Loading