mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2025-08-18 00:56:15 +00:00
This removes deprecated config and uses default udfps dimming LUT. Change-Id: Ie6d94c5d4350a574fbc61ff5a892293cb95ce5a7
12 lines
284 B
XML
12 lines
284 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2023-2024 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources>
|
|
|
|
<!-- Whether to enable framework dimming for UDFPS -->
|
|
<bool name="config_udfpsFrameworkDimming">true</bool>
|
|
|
|
</resources>
|