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

Commit 0f00b20c authored by Steve Kondik's avatar Steve Kondik
Browse files

Remove backwards compatibility stuff.

parent 42173ee9
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -1440,13 +1440,6 @@ public abstract class PackageManager {
        return PackageParser.generatePackageInfo(pkg, null, flags);
    }

    /*
     * @hide
     */
     public void installPackage(Uri packageURI, IPackageInstallObserver observer, int flags) {
             installPackage(packageURI, observer, flags, null);
     }

    /**
     * @hide
     *