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:
@@ -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>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user