mirror of
https://github.com/Evolution-X-Devices/device_motorola_rtwo
synced 2026-01-27 07:50:05 +00:00
rtwo: overlay: Move UDFPS enroll radius to settings
- required after LineageOS/android_packages_apps_Settings@af35c7c Change-Id: I79ecd91513df0d195e1d15d20b4438d1b283743f Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
This commit is contained in:
committed by
Marc Bourgoin
parent
76e20a0f8b
commit
ed6c1d45f8
@@ -42,6 +42,7 @@ PRODUCT_PACKAGES += \
|
||||
LineageSystemUIRtwo \
|
||||
ProductFrameworksResRtwo \
|
||||
SettingsProviderResRtwo \
|
||||
SettingsResRtwo \
|
||||
SystemUIResRtwo
|
||||
|
||||
# Audio
|
||||
|
||||
9
resource-overlay/rtwo/Settings/Android.bp
Normal file
9
resource-overlay/rtwo/Settings/Android.bp
Normal file
@@ -0,0 +1,9 @@
|
||||
//
|
||||
// Copyright (C) 2023 The LineageOS Project
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsResRtwo",
|
||||
vendor: true
|
||||
}
|
||||
13
resource-overlay/rtwo/Settings/AndroidManifest.xml
Normal file
13
resource-overlay/rtwo/Settings/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.rtwo">
|
||||
|
||||
<overlay
|
||||
android:isStatic="true"
|
||||
android:priority="350"
|
||||
android:targetPackage="com.android.settings" />
|
||||
</manifest>
|
||||
11
resource-overlay/rtwo/Settings/res/values/config.xml
Normal file
11
resource-overlay/rtwo/Settings/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">65</integer>
|
||||
|
||||
</resources>
|
||||
@@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources>
|
||||
<!-- The radius of the enrollment progress bar, in DP. -->
|
||||
<integer name="config_udfpsEnrollProgressBar">65</integer>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user