Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4763647b authored by Scott Kennedy's avatar Scott Kennedy Committed by android-build-merger
Browse files

Merge "Mark getInstallerPackageName @Nullable" am: c41a5d6b am: cecccf62

am: 61f76551

Change-Id: I416572b4d162f2dd98ddcec068fcd6e835b53e7a
parents fe42c12e 61f76551
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5187,6 +5187,7 @@ public abstract class PackageManager {
     * @param packageName The name of the package to query
     * @throws IllegalArgumentException if the given package name is not installed
     */
    @Nullable
    public abstract String getInstallerPackageName(String packageName);

    /**