Cherish: Auth ripple toggle

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Stealth1226
2023-03-20 02:15:32 +07:00
committed by Hưng Phan
parent 1eb8840e57
commit 2557431b1c
2 changed files with 10 additions and 0 deletions

View File

@@ -496,5 +496,9 @@
<string name="udfps_haptic_feedback_summary">Vibrate when touching UDFPS icon</string>
<string name="udfps_settings_title">UDFPS settings</string>
<string name="udfps_settings_summary">Customizations for the UDFPS</string>
<!-- Fingerprint Ripple Effect -->
<string name="enable_fingerprint_ripple_effect_title">Ripple effect</string>
<string name="enable_fingerprint_ripple_effect_summary">Show ripple effect on unlock with fingerprint</string>
</resources>

View File

@@ -61,6 +61,12 @@
</PreferenceCategory>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="enable_ripple_effect"
android:title="@string/enable_fingerprint_ripple_effect_title"
android:summary="@string/enable_fingerprint_ripple_effect_summary"
android:defaultValue="true" />
<PreferenceCategory
android:key="lockscreen_media_art_options"
android:title="@string/lockscreen_media_art_options_title">