Cherish: Allow hiding the lock icon on lockscreen [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Ido Ben-Hur
2020-01-16 20:27:38 +05:30
committed by Hưng Phan
parent 46d09ae839
commit 6f82afa82b
2 changed files with 11 additions and 0 deletions

View File

@@ -65,6 +65,13 @@
android:summary="@string/fprint_error_vib_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="hide_lockicon"
android:icon="@drawable/ic_lock_outline"
android:title="@string/hide_lockicon_title"
android:summary="@string/hide_lockicon_summary"
android:defaultValue="true" />
<Preference
android:key="always_on_display_schedule"
android:icon="@drawable/ic_upset"