mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
Revert "devices: disable burnin protection due to battery drain"
This reverts commit 82e7acbb8f76514d2c7a4ae879f7043e304e3ee1.
This commit is contained in:
parent
1bddc84981
commit
4b82cc4307
4 changed files with 4 additions and 8 deletions
|
|
@ -44,7 +44,7 @@
|
||||||
<bool name="config_displayBlanksAfterDoze">false</bool>
|
<bool name="config_displayBlanksAfterDoze">false</bool>
|
||||||
<bool name="config_dozePulsePickup">false</bool>
|
<bool name="config_dozePulsePickup">false</bool>
|
||||||
<bool name="config_supportDoubleTapWake">true</bool>
|
<bool name="config_supportDoubleTapWake">true</bool>
|
||||||
<bool name="config_enableBurnInProtection">false</bool>
|
<bool name="config_enableBurnInProtection">true</bool>
|
||||||
<bool name="config_dozeAfterScreenOffByDefault">true</bool>
|
<bool name="config_dozeAfterScreenOffByDefault">true</bool>
|
||||||
|
|
||||||
<bool name="config_allowAutoBrightnessWhileDozing">true</bool>
|
<bool name="config_allowAutoBrightnessWhileDozing">true</bool>
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
<bool name="config_displayBlanksAfterDoze">false</bool>
|
<bool name="config_displayBlanksAfterDoze">false</bool>
|
||||||
<bool name="config_dozePulsePickup">false</bool>
|
<bool name="config_dozePulsePickup">false</bool>
|
||||||
<bool name="config_supportDoubleTapWake">true</bool>
|
<bool name="config_supportDoubleTapWake">true</bool>
|
||||||
<bool name="config_enableBurnInProtection">false</bool>
|
<bool name="config_enableBurnInProtection">true</bool>
|
||||||
<bool name="config_dozeAfterScreenOffByDefault">true</bool>
|
<bool name="config_dozeAfterScreenOffByDefault">true</bool>
|
||||||
|
|
||||||
<bool name="config_allowAutoBrightnessWhileDozing">true</bool>
|
<bool name="config_allowAutoBrightnessWhileDozing">true</bool>
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
<bool name="config_displayBlanksAfterDoze">false</bool>
|
<bool name="config_displayBlanksAfterDoze">false</bool>
|
||||||
<bool name="config_dozePulsePickup">false</bool>
|
<bool name="config_dozePulsePickup">false</bool>
|
||||||
<bool name="config_supportDoubleTapWake">true</bool>
|
<bool name="config_supportDoubleTapWake">true</bool>
|
||||||
<bool name="config_enableBurnInProtection">false</bool>
|
<bool name="config_enableBurnInProtection">true</bool>
|
||||||
<bool name="config_dozeAfterScreenOffByDefault">true</bool>
|
<bool name="config_dozeAfterScreenOffByDefault">true</bool>
|
||||||
|
|
||||||
<bool name="config_allowAutoBrightnessWhileDozing">true</bool>
|
<bool name="config_allowAutoBrightnessWhileDozing">true</bool>
|
||||||
|
|
|
||||||
|
|
@ -52,11 +52,7 @@
|
||||||
<bool name="config_supportSystemNavigationKeys">true</bool>
|
<bool name="config_supportSystemNavigationKeys">true</bool>
|
||||||
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
|
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
|
||||||
<bool name="config_unplugTurnsOnScreen">true</bool>
|
<bool name="config_unplugTurnsOnScreen">true</bool>
|
||||||
|
|
||||||
<!-- When true use the linux /dev/input/event subsystem to detect the switch changes
|
|
||||||
on the headphone/microphone jack. When false use the older uevent framework. -->
|
|
||||||
<bool name="config_useDevInputEventForAudioJack">false</bool>
|
|
||||||
|
|
||||||
<!-- Control the behavior when the user long presses the power button.
|
<!-- Control the behavior when the user long presses the power button.
|
||||||
0 - Nothing
|
0 - Nothing
|
||||||
1 - Global actions menu
|
1 - Global actions menu
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue