deb: overlay: Set config_avoidGfxAccel to true

Change-Id: I2ba7cadeb83d7da5ee0ce24e68fd9da14f81ff1c
This commit is contained in:
Arne Coucheron 2020-12-01 11:10:39 +01:00 committed by followmsi
parent d86f40d8a6
commit c41809adea

View file

@ -118,6 +118,13 @@
in darkness (although they may not be visible in a bright room). --> in darkness (although they may not be visible in a bright room). -->
<integer name="config_screenBrightnessDark">2</integer> <integer name="config_screenBrightnessDark">2</integer>
<!-- Device configuration indicating whether we should avoid using accelerated graphics
in certain places to reduce RAM footprint. This is ignored if ro.config.low_ram
is true (in that case this is assumed true as well). It can allow you to tune down
your device's memory use without going to the point of causing applications to turn
off features. -->
<bool name="config_avoidGfxAccel">true</bool>
<!-- The duration (in milliseconds) that the radio will scan for a signal <!-- The duration (in milliseconds) that the radio will scan for a signal
when there's no network connection. If the scan doesn't timeout, use zero --> when there's no network connection. If the scan doesn't timeout, use zero -->
<integer name="config_radioScanningTimeout">9000</integer> <integer name="config_radioScanningTimeout">9000</integer>