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

Commit d5b1edfe 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

am: 0f93d6b1

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

Change-Id: I1e45943f85dbffc9ac63e0b1a7a0f6c4cbae030b
parents 875e3b53 0f93d6b1
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) {