Skip to content

Commit

Permalink
raphael: disable FOD icon dimming
Browse files Browse the repository at this point in the history
*Xiaomi's FOD impl. doesn't need fod icon dimming

Signed-off-by: Ayush Dubey <ayushdubey70@gmail.com>
  • Loading branch information
Ayushd70 committed Jul 5, 2020
1 parent 2aeef8d commit a672a12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -439,11 +439,14 @@

<!-- Smart Charging -->
<bool name="config_deviceSupportSmartCharging">true</bool>
<bool name="config_smartChargingAvailable">true</bool>
<bool name="config_SmartChargingAvailable">true</bool>

<!-- 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_SmartChargingSuspendValue" translatable="false">1</string>
<string name="config_SmartChargingResumeValue" translatable="false">0</string>

<!-- FOD Icon Dimming -->
<bool name="config_targetUsesInKernelDimming">false</bool>
</resources>

0 comments on commit a672a12

Please sign in to comment.