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

Commit 98b5f890 authored by Scott Kennedy's avatar Scott Kennedy
Browse files

Mark getInstallerPackageName @Nullable

Test: Just an annotation

Change-Id: Ida4f40e77abec2bbf3791a6b38fdb729f6083811
parent 40381378
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5132,6 +5132,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);

    /**