diff options
Diffstat (limited to 'res/xml/security_settings_chooser.xml')
-rw-r--r-- | res/xml/security_settings_chooser.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/security_settings_chooser.xml b/res/xml/security_settings_chooser.xml index 46340f2..7e23992 100644 --- a/res/xml/security_settings_chooser.xml +++ b/res/xml/security_settings_chooser.xml @@ -27,6 +27,12 @@ android:summary="@string/unlock_set_unlock_mode_none" android:persistent="false"/> + </PreferenceCategory> + + <PreferenceCategory + android:key="general_category" + android:title="@string/title_general"> + <com.android.settings.SingleLineSummaryPreference android:key="owner_info_settings" android:title="@string/owner_info_settings_title" |