Lockscreen Settings: Allow disabling ripple effect on unlock [2/2]

Signed-off-by: spezi77 <spezi7713@gmx.net>
Change-Id: I59ba77de558c143609194ba5ca0b9e298623c39c
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
neobuddy89
2022-02-07 06:03:40 +07:00
committed by Hưng Phan
parent cd5963d562
commit a0fa33cfd3
2 changed files with 10 additions and 0 deletions

View File

@@ -696,5 +696,9 @@
<string name="use_photos_spoof_title">Unlimited Photos storage</string>
<string name="use_photos_spoof_summary">Your device will be identified as a Pixel XL by the Photos app to get unlimited photo storage at original quality</string>
<string name="photos_spoof_toast">Restart the Photos app for it to take effect</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

@@ -40,6 +40,12 @@
android:title="@string/always_on_display_schedule_title"
android:fragment="com.cherish.settings.fragments.AODSchedule" />
<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="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="lockscreen_small_clock"
android:title="@string/lockscreen_small_clock_title"