mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: overlay: Set config_avoidGfxAccel to true
Change-Id: I2ba7cadeb83d7da5ee0ce24e68fd9da14f81ff1c
This commit is contained in:
parent
d86f40d8a6
commit
c41809adea
1 changed files with 7 additions and 0 deletions
|
@ -118,6 +118,13 @@
|
|||
in darkness (although they may not be visible in a bright room). -->
|
||||
<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
|
||||
when there's no network connection. If the scan doesn't timeout, use zero -->
|
||||
<integer name="config_radioScanningTimeout">9000</integer>
|
||||
|
|
Loading…
Reference in a new issue