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:
parent
a76efdd916
commit
3ed51b56b7
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue