Files
device_samsung_a71-common/overlay/SystemUIResCommon/res/values/config.xml
Sebastiano Barezzi 1cd6863693 a71-common: overlay: Convert overlays to RRO
Change-Id: I9b52a3357ba2aac8c28b5518f1ab151b64007ae8
2026-01-23 10:28:43 +07:00

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>