mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: overlay: set fast charging indicator threshold to 10.8W
We no longer call 7.5W charging "fast charging" nowadays Change-Id: I3a11f50f89933bd44b70d9f30a6e74a3d77abb25 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
bdf4cb0657
commit
dd04af1c2d
1 changed files with 8 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
* Copyright (C) 2018 The LineageOS Project
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
-->
|
||||||
|
<resources>
|
||||||
|
<integer name="config_chargingFastThreshold">10800000</integer>
|
||||||
|
</resources>
|
||||||
Loading…
Reference in a new issue