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

Commit c41a5d6b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Mark getInstallerPackageName @Nullable"

parents 8a79748b 98b5f890
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);

    /**