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

Commit 3986e208 authored by Benjamin Franz's avatar Benjamin Franz Committed by Android (Google) Code Review
Browse files

Merge "Pick up the right package install URI" into nyc-dev

parents 27b77c16 3f68af46
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();