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

Commit d9c02b5c authored by Jeff Davidson's avatar Jeff Davidson Committed by Gerrit Code Review
Browse files

Merge "Add FLAG_ACTIVITY_NEW_TASK when prompting about carrier app."

parents 4d58a7d2 0842e3ca
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);
    }