zeus: 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:
parent
6c241ebecd
commit
09c4307300
4 changed files with 22 additions and 1 deletions
|
@ -16,6 +16,7 @@ PRODUCT_PACKAGES += \
|
|||
FrameworksResZeus \
|
||||
NfcResZeus \
|
||||
SettingsProviderResZeus \
|
||||
SettingsResZeus \
|
||||
SystemUIResZeus \
|
||||
WifiResZeus
|
||||
|
||||
|
|
10
overlay/Settings/Android.bp
Normal file
10
overlay/Settings/Android.bp
Normal file
|
@ -0,0 +1,10 @@
|
|||
//
|
||||
// Copyright (C) 2024 The LineageOS Project
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsResZeus",
|
||||
device_specific: true,
|
||||
}
|
10
overlay/Settings/AndroidManifest.xml
Normal file
10
overlay/Settings/AndroidManifest.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!--
|
||||
Copyright (C) 2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.settings.overlay.zeus">
|
||||
<overlay android:targetPackage="com.android.settings"
|
||||
android:isStatic="true"
|
||||
android:priority="700"/>
|
||||
</manifest>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2023 The LineageOS Project
|
||||
Copyright (C) 2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
Loading…
Reference in a new issue