Cherish: Launch Statusbar items and LS shortcut editor

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
xyyx
2018-08-27 10:47:48 +00:00
committed by Hưng Phan
parent ce9c31f525
commit 42c5d4d25f
5 changed files with 151 additions and 0 deletions

View File

@@ -17,5 +17,18 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/lockscreen_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<PreferenceCategory
android:key="lockscreen_category"
android:title="@string/ls_category">
<Preference
android:key="lockscreen_shortcuts"
android:fragment="com.cherish.settings.fragments.LockscreenShortcuts"
android:title="@string/lockscreen_shortcuts"
android:summary="@string/ls_shortcut_summary" />
</PreferenceCategory>
</PreferenceScreen>