avicii: overlay: Configure WARP charging

Signed-off-by: AmolAmrit <amol.amrit03@outlook.com>
This commit is contained in:
AmolAmrit
2023-03-28 10:26:36 +05:30
parent bed7c99214
commit 53230d8e75
2 changed files with 6 additions and 2 deletions

View File

@@ -63,6 +63,4 @@
<!-- Whether devices suports in-display fingerprint when screen is off -->
<bool name="config_supportsScreenOffUdfps">true</bool>
<!-- Path to fast charging status file to detect whether an oem fast charger is active -->
<string name="config_oemFastChargerStatusPath" translatable="false">/sys/devices/virtual/oplus_chg/battery/voocchg_ing</string>
</resources>

View File

@@ -118,4 +118,10 @@
available on some devices. -->
<bool name="config_enableHapticTextHandle">true</bool>
<!-- Whether device has warp charging support -->
<bool name="config_hasWarpCharger">true</bool>
<!-- Path to warp charging status file -->
<string name="config_WarpChargerStatusPath">/sys/devices/virtual/oplus_chg/battery/voocchg_ing</string>
</resources>