remove the DSDS dialog
If the sim onboarding on, then sim should use the sim onboarding flow. Bug: 362289792 Test: manual test Flag: EXEMPT bugfix Change-Id: Ibe22309db9dea5737de5ad351825a046599e6744
This commit is contained in:
@@ -206,7 +206,12 @@ public class SimSlotChangeHandler {
|
|||||||
if (hasActiveEsimSubscription()) {
|
if (hasActiveEsimSubscription()) {
|
||||||
if (mTelMgr.isMultiSimSupported() == TelephonyManager.MULTISIM_ALLOWED) {
|
if (mTelMgr.isMultiSimSupported() == TelephonyManager.MULTISIM_ALLOWED) {
|
||||||
Log.i(TAG, "Enabled profile exists. DSDS condition satisfied.");
|
Log.i(TAG, "Enabled profile exists. DSDS condition satisfied.");
|
||||||
startDsdsDialogActivity();
|
if (Flags.isDualSimOnboardingEnabled()) {
|
||||||
|
// enable dsds by sim onboarding flow
|
||||||
|
handleRemovableSimInsertWhenDsds(removableSlotInfo);
|
||||||
|
} else {
|
||||||
|
startDsdsDialogActivity();
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
Log.i(TAG, "Enabled profile exists. DSDS condition not satisfied.");
|
Log.i(TAG, "Enabled profile exists. DSDS condition not satisfied.");
|
||||||
startChooseSimActivity(true);
|
startChooseSimActivity(true);
|
||||||
|
Reference in New Issue
Block a user