Merge "Fix ToggleSubscriptionDialogActivity dialog theme." into sc-dev am: 5a6655d356

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14941671

Change-Id: Iede2f2c33a6cf6202bbe1ee0f7523f8e4f372788
This commit is contained in:
Peter Wang
2021-06-14 18:15:33 +00:00
committed by Automerger Merge Worker

View File

@@ -542,12 +542,12 @@
<activity android:name=".network.telephony.ToggleSubscriptionDialogActivity"
android:exported="false"
android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
android:theme="@style/Theme.AlertDialog" />
android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" />
<activity android:name=".network.telephony.DeleteEuiccSubscriptionDialogActivity"
android:exported="false"
android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
android:theme="@style/Theme.AlertDialog" />
android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" />
<activity
android:name="Settings$TetherSettingsActivity"
@@ -3786,14 +3786,14 @@
android:exported="false"
android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
android:launchMode="singleInstance"
android:theme="@style/Theme.AlertDialog" />
android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" />
<activity
android:name=".sim.DsdsDialogActivity"
android:exported="false"
android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
android:launchMode="singleInstance"
android:theme="@style/Theme.AlertDialog" />
android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" />
<service android:name=".sim.SimNotificationService"
android:permission="android.permission.BIND_JOB_SERVICE" />