mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: overlay: add battery current divider
* This fixes lockscreen charging info mA & watts. Signed-off-by: kaderbava <ksbava7325@gmail.com> Change-Id: I341e5bdba3c2efc97a5e8d6c7b8fa9f6e5c96e07 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
8cdad31dc2
commit
c1c0024601
1 changed files with 5 additions and 0 deletions
|
|
@ -25,4 +25,9 @@
|
|||
|
||||
<!-- Determines whether the shell features all run on another thread. -->
|
||||
<bool name="config_enableShellMainThread">true</bool>
|
||||
|
||||
<!-- The battery current divider, some kernel report current value in mA other in µA.
|
||||
Leave 1 if you have mA, put 1000 if you have µA -->
|
||||
<integer name="config_battCurrentDivider" translatable="false">1</integer>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Reference in a new issue