Post SUW Slot Change Receiver Migration
Implement the case when user inserts / removes pSIM during the SUW. Bug: 153811431 Bug: 170508680 Test: Manually tested Change-Id: Iccc3a2fd416ccfb57c3b4f9dc7b32c0b7681c90b
This commit is contained in:
@@ -71,6 +71,9 @@ public class SimNotificationService extends JobService {
|
||||
case SimActivationNotifier.NotificationType.SWITCH_TO_REMOVABLE_SLOT:
|
||||
new SimActivationNotifier(this).sendSwitchedToRemovableSlotNotification();
|
||||
break;
|
||||
case SimActivationNotifier.NotificationType.ENABLE_DSDS:
|
||||
new SimActivationNotifier(this).sendEnableDsdsNotification();
|
||||
break;
|
||||
default:
|
||||
Log.e(TAG, "Invalid notification type: " + notificationType);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user