sdm710-common: overlay: Allow to show battery percent in QS

This commit is contained in:
xyyx 2022-12-24 14:29:46 +03:00 committed by CakesTwix
parent 3805e0bdc9
commit 716938ec5d
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -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>