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

Commit 48f5498f 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

Change-Id: Icce6f973f5dc95aee39758b75699d335586a8070
parents bfe7b86e 7ed555eb
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);
    }