Compare commits
4 commits
fifteen/st
...
thirteen/u
Author | SHA1 | Date | |
---|---|---|---|
|
5cbbc0cb38 | ||
|
8ee01b7e07 | ||
|
4d1a783796 | ||
|
716938ec5d |
3 changed files with 11 additions and 0 deletions
|
@ -58,6 +58,7 @@ TARGET_KERNEL_VERSION := 4.9
|
|||
TARGET_PROVIDES_AUDIO_EXTNS := true
|
||||
|
||||
# Camera
|
||||
MALLOC_SVELTE := true
|
||||
MALLOC_SVELTE_FOR_LIBC32 := true
|
||||
|
||||
# Display
|
||||
|
|
|
@ -499,4 +499,10 @@
|
|||
|
||||
<!-- Whether to show the Preference for Adaptive connectivity -->
|
||||
<bool name="config_show_adaptive_connectivity">false</bool>
|
||||
|
||||
<!-- Display low battery warning when battery level dips to this value -->
|
||||
<integer name="config_lowBatteryWarningLevel">15</integer>
|
||||
|
||||
<!-- See AmbientSensor.AmbientColorTemperatureSensor. The ambient color temperature sensor name. -->
|
||||
<string name="config_displayWhiteBalanceColorTemperatureSensorName">com.google.sensor.color</string>
|
||||
</resources>
|
||||
|
|
|
@ -30,5 +30,9 @@
|
|||
|
||||
<!-- Update battery info every second when device is charging -->
|
||||
<bool name="config_alternateFastchargeInfoUpdate">true</bool>
|
||||
|
||||
<!-- Whether to show estimate in QS header. Default to false in case there's not enough
|
||||
space -->
|
||||
<bool name="config_showBatteryEstimateQSBH">true</bool>
|
||||
</resources>
|
||||
|
||||
|
|
Loading…
Reference in a new issue