Merge "Fix "Notification to Allow Messages" dialog is not compatible with dark theme"
This commit is contained in:
committed by
Android (Google) Code Review
commit
04facfda8b
@@ -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" />
|
||||
|
Reference in New Issue
Block a user