25 lines
912 B
XML
25 lines
912 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
/*
|
|
* SPDX-FileCopyrightText: The LineageOS Project
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
-->
|
|
|
|
<!-- These resources are around just to allow their values to be customized
|
|
for different hardware and product builds. -->
|
|
<resources>
|
|
<!-- Threshold in micro watts above which a charger is rated as "fast"; 2.16A @ 5V -->
|
|
<integer name="config_chargingFastThreshold">10800000</integer>
|
|
|
|
<!-- Doze: does this device support STATE_DOZE? -->
|
|
<bool name="doze_display_state_supported">true</bool>
|
|
|
|
<!-- Doze: does this device support STATE_DOZE_SUSPEND? -->
|
|
<bool name="doze_suspend_display_state_supported">false</bool>
|
|
|
|
<!-- Should we vibrate on an icon animation of the shelf. This should only be active if the
|
|
vibrator is capable of subtle vibrations -->
|
|
<bool name="config_vibrateOnIconAnimation">true</bool>
|
|
</resources>
|