Slot Change Receiver Migration
Implemented slot change cases when pSIM is inserted and removed.
Bug: 153811431
Bug: 170508680
Test: Manually tested
Change-Id: Ib0a96da1d7d702f7c64e75b929c73b8548f8e459
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8b3160f..8aabdb7 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -3669,6 +3669,26 @@
</intent-filter>
</receiver>
+ <activity
+ android:name=".sim.ChooseSimActivity"
+ android:theme="@style/GlifV3Theme.DayNight.NoActionBar"
+ android:launchMode="singleInstance"
+ android:exported="false"/>
+
+ <activity
+ android:name=".sim.SwitchToEsimConfirmDialogActivity"
+ android:exported="false"
+ android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
+ android:launchMode="singleInstance"
+ android:theme="@style/Transparent" />
+
+ <activity
+ android:name=".sim.DsdsDialogActivity"
+ android:exported="false"
+ android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
+ android:launchMode="singleInstance"
+ android:theme="@style/Transparent" />
+
<service android:name=".sim.SimNotificationService"
android:permission="android.permission.BIND_JOB_SERVICE" />