Merge "remove the DSDS dialog" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
d514d15590
@@ -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);
|
||||
|
Reference in New Issue
Block a user