sdm710-common: overlay: Allow to show battery percent in QS
This commit is contained in:
parent
3805e0bdc9
commit
716938ec5d
1 changed files with 4 additions and 0 deletions
|
@ -30,5 +30,9 @@
|
||||||
|
|
||||||
<!-- Update battery info every second when device is charging -->
|
<!-- Update battery info every second when device is charging -->
|
||||||
<bool name="config_alternateFastchargeInfoUpdate">true</bool>
|
<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>
|
</resources>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue