Merge "Fix "Notification to Allow Messages" dialog is not compatible with dark theme"

This commit is contained in:
TreeHugger Robot
2022-08-11 12:29:40 +00:00
committed by Android (Google) Code Review

View File

@@ -2755,7 +2755,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">
<intent-filter android:priority="1">
<action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
<action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />