UDFPS Haptic: re-enable it

This reverts commit 060f87564a.

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Hưng Phan
2023-03-20 02:17:15 +07:00
parent 36d726583e
commit 2e6379af48

View File

@@ -8,4 +8,9 @@
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="@string/udfps_category">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="udfps_haptic_feedback"
android:title="@string/udfps_haptic_feedback_title"
android:summary="@string/udfps_haptic_feedback_summary"
android:defaultValue="true" />
</PreferenceScreen>