sdm660: overlay: use correct sysfs nodes and values for smart charge
This commit is contained in:
parent
c49dad539d
commit
437739ef8c
1 changed files with 5 additions and 0 deletions
|
@ -634,4 +634,9 @@
|
|||
<!-- Specifies the path that is used by AdaptiveIconDrawable class to crop launcher icons. -->
|
||||
<string name="config_icon_mask" translatable="false">"M50 0C77.6 0 100 22.4 100 50C100 77.6 77.6 100 50 100C22.4 100 0 77.6 0 50C0 22.4 22.4 0 50 0Z"</string>
|
||||
|
||||
<!-- Smart charge sysfs node and value for suspend/resume charging-->
|
||||
<string name="config_SmartChargingSysfsNode" translatable="false">/sys/class/power_supply/battery/input_suspend</string>
|
||||
<string name="config_SmartChargingSupspendValue" translatable="false">1</string>
|
||||
<string name="config_SmartChargingResumeValue" translatable="false">0</string>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue