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

Commit 0f93d6b1 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by android-build-merger
Browse files

Merge "Show installer UI for user to confirm side-loading" into nyc-dev

am: 66221408

* commit '66221408':
  Show installer UI for user to confirm side-loading

Change-Id: I017268c1d12c5fdfaea099e9428c3def1b728bdd
parents 783fcd92 66221408
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -388,13 +388,7 @@ public class PackageInstallerActivity extends Activity implements OnCancelListen
            mAppInfo = null;
        }

        // If we have a session id, we're invoked to verify the permissions for the given
        // package. Otherwise, we start the install process.
        if (mSessionId != -1) {
        startInstallConfirm();
        } else {
            startInstall();
        }
    }

    void setPmResult(int pmResult) {