Remove the new task for mobile network page starts the sim onboarding

Bug: 349695880
Test: manually test
Flag: EXEMPT bugfix
Change-Id: Id5f35a9311da5e47f0417a45feadb1d1a0a2e35d
This commit is contained in:
songferngwang
2024-08-12 10:48:46 +00:00
parent b21b629021
commit c537bfa8cb
5 changed files with 15 additions and 7 deletions

View File

@@ -410,7 +410,7 @@ public class SimSlotChangeHandler {
return;
}
Log.d(TAG, "Start ToggleSubscriptionDialogActivity with " + subId + " under DSDS+Mep.");
SubscriptionUtil.startToggleSubscriptionDialogActivity(mContext, subId, true);
SubscriptionUtil.startToggleSubscriptionDialogActivity(mContext, subId, true, true);
}
private boolean isMultipleEnabledProfilesSupported() {