Revert "Revert "Cherish: Add toggle to completely hide status bar on lockscreen [2/2]""

This reverts commit c683077446.

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Hưng Phan
2021-06-30 14:53:07 +07:00
parent 0ca85cf888
commit b593c2be5b
2 changed files with 12 additions and 1 deletions

View File

@@ -67,6 +67,13 @@
android:title="@string/always_on_display_schedule_title"
android:fragment="com.cherish.settings.fragments.AODSchedule" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="lockscreen_status_bar"
android:icon="@drawable/ic_lock_outline"
android:title="@string/lockscreen_status_bar_title"
android:summary="@string/lockscreen_status_bar_summary"
android:defaultValue="true" />
<!-- Lock screen -->
<PreferenceCategory
android:title="Lock Clock"/>