sdm710-common: Update battery info every second when device is charging

This fixes an issue with displaying fast charging on the lock screen
 when connecting/disconnecting the charger.

Change-Id: I6c72ef056ee247ca6f1ddb12b3542becd7636a90
This commit is contained in:
ShevT 2023-01-13 05:04:13 +00:00 committed by CakesTwix
parent a76efdd916
commit 3ed51b56b7
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -27,5 +27,8 @@
<!-- Should we vibrate on an icon animation of the shelf. This should only be active if the
vibrator is capable of subtle vibrations -->
<bool name="config_vibrateOnIconAnimation">true</bool>
<!-- Update battery info every second when device is charging -->
<bool name="config_alternateFastchargeInfoUpdate">true</bool>
</resources>