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

This reverts commit b593c2be5b.

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Hưng Phan
2021-07-12 10:59:29 +07:00
parent 59de9722a7
commit a6144a1b1e
2 changed files with 0 additions and 11 deletions

View File

@@ -848,10 +848,6 @@
<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>
<!-- Switch Styles -->
<string name="switch_style_title">Switch Style</string>
<string name="switch_oneplus">OnePlus (default)</string>

View File

@@ -76,13 +76,6 @@
settings:interval="5"
android:defaultValue="0" />
<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"/>