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

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

Merge "Mark getInstallerPackageName @Nullable"

am: c41a5d6b

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


    /**
    /**