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

Commit eb1710ba authored by Jeff Davidson's avatar Jeff Davidson Committed by android-build-merger
Browse files

Merge "Add FLAG_ACTIVITY_NEW_TASK when prompting about carrier app." am: d9c02b5c am: 7ed555eb

am: 48f5498f

Change-Id: I59bf519fd1e4b8e99b5e54eff4ad745e37516ee9
parents 1b344744 48f5498f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1109,6 +1109,7 @@ public class UiccProfile extends IccCard {

    private void promptInstallCarrierApp(String pkgName) {
        Intent showDialogIntent = InstallCarrierAppTrampolineActivity.get(mContext, pkgName);
        showDialogIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
        mContext.startActivity(showDialogIntent);
    }