stone: overlay: use appropriate charging thresholds

* Our device directly measures in mA and not uA.
* This fixes "Charging Rapidly" info on lockscreen.

Signed-off-by: Arijit78 <sahaarijit2007@gmail.com>
This commit is contained in:
Pranav Vashi
2024-05-12 15:27:18 +02:00
committed by Arijit78
parent 5cea314444
commit 815072f2e2

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2022-2023 crDroid Android Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<!-- Threshold in micro watts below which a charger is rated as "slow"; 1A @ 5V -->
<integer name="config_chargingSlowlyThreshold">5000</integer>
<!-- Threshold in micro watts above which a charger is rated as "fast"; 1.5A @ 5V -->
<integer name="config_chargingFastThreshold">7500</integer>
</resources>