summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorPeter Wang <tpwang@google.com>2021-06-10 17:24:44 -0700
committerPeter Wang <tpwang@google.com>2021-06-11 11:55:37 -0700
commit8abc64b7f793b665e294f740642441cf76c48553 (patch)
tree3605f2ebbab571d16bd32150db4ed9e7a0b947e7 /AndroidManifest.xml
parentad84b3dd39e29b2502116eeef2ef3f138f4f5458 (diff)
downloadSettings-8abc64b7f793b665e294f740642441cf76c48553.tar.gz
Fix ToggleSubscriptionDialogActivity dialog theme.
Bug: 185415478 Test: Local Change-Id: Ice4c826bb2ecc5dacc7a54c2840a0d5f83d5757c
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0a40c89d84b..8ddc8a85be5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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"
@@ -3785,14 +3785,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" />