diff options
Diffstat (limited to 'res/xml/security_settings_pattern.xml')
-rw-r--r-- | res/xml/security_settings_pattern.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/security_settings_pattern.xml b/res/xml/security_settings_pattern.xml index ebc9c41..f8f2ee7 100644 --- a/res/xml/security_settings_pattern.xml +++ b/res/xml/security_settings_pattern.xml @@ -25,6 +25,13 @@ android:title="@string/unlock_set_unlock_launch_picker_title" android:summary="@string/unlock_set_unlock_mode_pattern" android:persistent="false"/> + + <PreferenceScreen + android:key="choose_lockscreen_status_widget" + android:title="@string/choose_lockscreen_status_widget_picker_title" + android:summary="" + android:persistent="false"/> + <PreferenceScreen android:key="choose_user_selected_lockscreen_widget" android:title="@string/choose_user_selected_lockscreen_widget_picker_title" |