Revert "Udfps authentication / error vibration [2/2]"

This reverts commit 6857a13e3e.

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Hưng Phan
2023-03-20 02:18:58 +07:00
parent 3bc5948600
commit a9c3b0f225
2 changed files with 0 additions and 19 deletions

View File

@@ -13,17 +13,4 @@
android:title="@string/udfps_haptic_feedback_title"
android:summary="@string/udfps_haptic_feedback_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="udfps_success_vib"
android:title="@string/udfps_success_vib_title"
android:summary="@string/udfps_success_vib_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="udfps_error_vib"
android:title="@string/udfps_error_vib_title"
android:summary="@string/udfps_error_vib_summary"
android:defaultValue="true" />
</PreferenceScreen>