diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 7a767b10a73..13d9296659c 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -372,7 +372,7 @@ android:excludeFromRecents="true" android:exported="true" android:permission="android.permission.NETWORK_STACK" - android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> + android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"> @@ -1113,7 +1113,7 @@ android:name=".fuelgauge.RequestIgnoreBatteryOptimizations" android:label="@string/high_power_apps" android:exported="true" - android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> + android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"> @@ -2142,7 +2142,7 @@ android:label="@string/bluetooth_pairing_request" android:excludeFromRecents="true" android:permission="android.permission.BLUETOOTH" - android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> + android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"> @@ -2178,7 +2178,7 @@ @@ -2231,7 +2231,7 @@ @@ -2241,7 +2241,7 @@