mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: overlay: Fix AOD on exynos7884B devices
* Our devices does not support state doze * Also, change doze brightness Change-Id: I0a8d20854637cb7195c5edc91ccc1991fe664b0f Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
5ded25d1d1
commit
b454e32239
2 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
<bool name="config_enableAutoPowerModes">true</bool>
|
<bool name="config_enableAutoPowerModes">true</bool>
|
||||||
<bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool>
|
<bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool>
|
||||||
<bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool>
|
<bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool>
|
||||||
<integer name="config_screenBrightnessDoze">1</integer>
|
<integer name="config_screenBrightnessDoze">20</integer>
|
||||||
<string-array translatable="false" name="config_defaultPinnerServiceFiles">
|
<string-array translatable="false" name="config_defaultPinnerServiceFiles">
|
||||||
<item>"/system/framework/framework.jar"</item>
|
<item>"/system/framework/framework.jar"</item>
|
||||||
<item>"/system/framework/services.jar"</item>
|
<item>"/system/framework/services.jar"</item>
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,6 @@
|
||||||
<!-- These resources are around just to allow their values to be customized
|
<!-- These resources are around just to allow their values to be customized
|
||||||
for different hardware and product builds. -->
|
for different hardware and product builds. -->
|
||||||
<resources>
|
<resources>
|
||||||
<bool name="doze_display_state_supported">true</bool>
|
<bool name="doze_display_state_supported">false</bool>
|
||||||
<bool name="doze_suspend_display_state_supported">true</bool>
|
<bool name="doze_suspend_display_state_supported">false</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue