From 07a4675429dffdb9876d511f72343db111aa0eff Mon Sep 17 00:00:00 2001 From: Hugh Chen Date: Thu, 11 Aug 2022 09:37:23 +0000 Subject: [PATCH] Fix "Notification to Allow Messages" dialog is not compatible with dark theme Use @*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight to fix dark theme problem. Bug: 213617624 Test: manual visual Change-Id: Id207db83e88afdef8b0d7720b4b9cf851cb8872d --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 1735a517e25..91fc1b21a39 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2749,7 +2749,7 @@ android:excludeFromRecents="true" android:permission="android.permission.BLUETOOTH_CONNECT" android:exported="true" - android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"> + android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">