12 lines
328 B
XML
12 lines
328 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
/*
|
|
* SPDX-FileCopyrightText: The LineageOS Project
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
-->
|
|
<resources>
|
|
<!-- Threshold in micro watts above which a charger is rated as "fast"; 2.16A @ 5V -->
|
|
<integer name="config_chargingFastThreshold">10800000</integer>
|
|
</resources>
|