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

@@ -844,6 +844,10 @@
<string name="allow_signature_fake">Allow signature spoofing</string>
<string name="allow_signature_fake_summary">Allow apps to bypass security systems by pretending to be a different app.</string>
<!-- Show Statusbar on Lockscreen -->
<string name="lockscreen_status_bar_title">Status bar</string>
<string name="lockscreen_status_bar_summary">Display status bar on the lockscreen</string>
<!-- QS tile styles -->
<string name="qs_tile_style_title">QS tile style</string>
<string name="qstile_default">Default</string>

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"/>