Cherish: Insert screen off fod toggle into UDFPS settings

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Joey Huab
2022-06-19 10:44:32 +09:00
committed by Hưng Phan
parent 9bc0946d11
commit 81b0828ac6

View File

@@ -14,6 +14,14 @@
android:summary="@string/udfps_haptic_feedback_summary"
android:defaultValue="true" />
<!-- Screen OFF FOD -->
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="screen_off_udfps_enabled"
android:title="@string/screen_off_udfps_title"
android:summary="@string/screen_off_udfps_summary"
android:defaultValue="false"
settings:controller="com.android.settings.security.UdfpsGesturePreferenceController" />
<!-- UDFPS ICON PICKER -->
<Preference
android:key="udfps_icon_picker"