mirror of
https://github.com/Evolution-X-Devices/device_oplus_mt6893-common
synced 2026-02-01 10:53:39 +00:00
ossi: overlay: Move UDFPS enroll radius to settings
This commit is contained in:
3
ossi.mk
3
ossi.mk
@@ -435,7 +435,8 @@ PRODUCT_PACKAGES += \
|
||||
WifiOverlay \
|
||||
DozeOverlaySystem \
|
||||
DozeOverlaySystemUI \
|
||||
OplusDozeOverlay
|
||||
OplusDozeOverlay \
|
||||
OPlusSettingsResTarget
|
||||
|
||||
# Soundtrigger
|
||||
PRODUCT_PACKAGES += \
|
||||
|
||||
9
rro_overlays/OPlusSettingsResTarget/Android.bp
Normal file
9
rro_overlays/OPlusSettingsResTarget/Android.bp
Normal file
@@ -0,0 +1,9 @@
|
||||
//
|
||||
// Copyright (C) 2023 The LineageOS Project
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "OPlusSettingsResTarget",
|
||||
device_specific: true,
|
||||
}
|
||||
13
rro_overlays/OPlusSettingsResTarget/AndroidManifest.xml
Normal file
13
rro_overlays/OPlusSettingsResTarget/AndroidManifest.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2023 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.settings.overlay.oplus.target">
|
||||
|
||||
<overlay
|
||||
android:isStatic="true"
|
||||
android:priority="350"
|
||||
android:targetPackage="com.android.settings" />
|
||||
</manifest>
|
||||
11
rro_overlays/OPlusSettingsResTarget/res/values/config.xml
Normal file
11
rro_overlays/OPlusSettingsResTarget/res/values/config.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2023 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<!-- The radius of the enrollment progress bar, in dp -->
|
||||
<integer name="config_udfpsEnrollProgressBar" translatable="false">99</integer>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user