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

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

Change-Id: Ia8924bce5aae06f9791b7d9554b7b574aedc1eec
parents 6db56f20 d9c02b5c
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);
    }