Merge "remove the DSDS dialog" into main

This commit is contained in:
SongFerng Wang
2024-09-23 12:37:01 +00:00
committed by Android (Google) Code Review

View File

@@ -206,7 +206,12 @@ public class SimSlotChangeHandler {
if (hasActiveEsimSubscription()) {
if (mTelMgr.isMultiSimSupported() == TelephonyManager.MULTISIM_ALLOWED) {
Log.i(TAG, "Enabled profile exists. DSDS condition satisfied.");
startDsdsDialogActivity();
if (Flags.isDualSimOnboardingEnabled()) {
// enable dsds by sim onboarding flow
handleRemovableSimInsertWhenDsds(removableSlotInfo);
} else {
startDsdsDialogActivity();
}
} else {
Log.i(TAG, "Enabled profile exists. DSDS condition not satisfied.");
startChooseSimActivity(true);