Cherish:Hide status bar on lock screen [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
maxwen
2022-09-05 21:47:21 +07:00
committed by Hưng Phan
parent 0ee31a3899
commit cc63091752

View File

@@ -33,6 +33,12 @@
android:summary="@string/power_menu_hide_on_secure_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="hide_lockscreen_status_bar"
android:title="@string/hide_lockscreen_status_bar_title"
android:summary="@string/hide_lockscreen_status_bar_summary"
android:defaultValue="false" />
</PreferenceCategory>