diff options
Diffstat (limited to 'res/xml/security_settings_pattern.xml')
-rw-r--r-- | res/xml/security_settings_pattern.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/xml/security_settings_pattern.xml b/res/xml/security_settings_pattern.xml index d47a99d04..d8e06b356 100644 --- a/res/xml/security_settings_pattern.xml +++ b/res/xml/security_settings_pattern.xml @@ -42,6 +42,10 @@ android:key="power_button_instantly_locks" android:title="@string/lockpattern_settings_enable_power_button_instantly_locks"/> + <CheckBoxPreference + android:key="keyguard_enable_widgets" + android:title="@string/security_enable_widgets_title"/> + <PreferenceScreen android:fragment="com.android.settings.OwnerInfoSettings" android:key="owner_info_settings" |