Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04facfda authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 4ff741a0 07a46754
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2755,7 +2755,7 @@
                  android:excludeFromRecents="true"
                  android:excludeFromRecents="true"
                  android:permission="android.permission.BLUETOOTH_CONNECT"
                  android:permission="android.permission.BLUETOOTH_CONNECT"
                  android:exported="true"
                  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">
            <intent-filter android:priority="1">
                <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
                <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
                <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
                <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />