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

Commit 9c143535 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: I4ccf05c85456931d951b40d66bea26040f5c631c
parents 8c7fa275 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) {