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

Commit 66221408 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

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

parents 5c1db8d1 1abdd540
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) {