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

Commit bc8f635a authored by Chris Soyars's avatar Chris Soyars Committed by Steve Kondik
Browse files

Fixed yet another copy/paste fail

parent d20cb1e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ interface IPackageManager {
     * @param extInstall - Specify whether or not the package should be installed on the SD Card's
     * ext partition.
     */
    void installPackage(in Uri packageURI, IPackageInstallObserver observer, int flags,
    void installPackageExt(in Uri packageURI, IPackageInstallObserver observer, int flags,
            in String installerPackageName, boolean extInstall);

    /**