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

Commit 3f68af46 authored by Benjamin Franz's avatar Benjamin Franz
Browse files

Pick up the right package install URI

Bug: 27645571
Change-Id: I824198b0eefea08ee3f0fa4f4f9267a557d21166
parent 25c8359b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -468,7 +468,7 @@ public class PackageInstallerActivity extends Activity implements OnCancelListen
        }

        // if there's nothing to do, quietly slip into the ether
        if (mPackageURI == null) {
        if (packageUri == null) {
            Log.w(TAG, "Unspecified source");
            setPmResult(PackageManager.INSTALL_FAILED_INVALID_URI);
            finish();