mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2025-07-23 20:52:53 +00:00
Setting up delays are no more and the default dimming array is now used. Change-Id: I7fa7ae80e3bef7540d2dbf58058015d9a671b7a9
12 lines
279 B
XML
12 lines
279 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2023 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources>
|
|
|
|
<!-- Whether to enable framework dimming for UDFPS -->
|
|
<bool name="config_udfpsFrameworkDimming">true</bool>
|
|
|
|
</resources>
|