Cherish:Add toggle for lockscreen lock icon [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Pranav Vashi
2020-10-19 09:16:00 +02:00
committed by Hưng Phan
parent 185ade24f9
commit 5148b6b9dd
2 changed files with 10 additions and 0 deletions

View File

@@ -715,4 +715,7 @@
<!-- Lockscreen media artwork -->
<string name="lockscreen_media_blur_title">Media art blur level</string>
<string name="lockscreen_lock_icon_title">Lock icon</string>
<string name="lockscreen_lock_icon_summary">Display lock icon on the lockscreen</string>
</resources>

View File

@@ -39,6 +39,13 @@
android:summary="@string/fprint_error_vib_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="lockscreen_lock_icon"
android:icon="@drawable/ic_lock_outline"
android:title="@string/lockscreen_lock_icon_title"
android:summary="@string/lockscreen_lock_icon_summary"
android:defaultValue="true" />
<!-- Lock screen -->
<PreferenceCategory
android:title="Lock Clock"/>