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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user