summaryrefslogtreecommitdiffstats
path: root/res/xml/app_restrictions.xml
diff options
context:
space:
mode:
authorSvetoslav <svetoslavganov@google.com>2013-04-15 12:20:39 -0700
committerSvetoslav <svetoslavganov@google.com>2013-04-22 12:12:05 -0700
commitbf3391f19b6f1733825de07d9c602545f8818c64 (patch)
treec5fa23b950e96a1a3d096a3a0d440682c2494688 /res/xml/app_restrictions.xml
parentfce4501512dbf00f6825abc37f91b6aea8b9dc28 (diff)
downloadpackages_apps_Settings-bf3391f19b6f1733825de07d9c602545f8818c64.zip
packages_apps_Settings-bf3391f19b6f1733825de07d9c602545f8818c64.tar.gz
packages_apps_Settings-bf3391f19b6f1733825de07d9c602545f8818c64.tar.bz2
Adding UI for editing the name and the picture of a limited user.
A limited user may not have access to contacts, thus the settings app has to be able to show UI for selecting a user photo from gallery or via camera. bug:8566861 Change-Id: I1974b1a19b0fee8c737d1345302e1b2fba108379
Diffstat (limited to 'res/xml/app_restrictions.xml')
-rw-r--r--res/xml/app_restrictions.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/res/xml/app_restrictions.xml b/res/xml/app_restrictions.xml
index c99d5e7..ddc911d 100644
--- a/res/xml/app_restrictions.xml
+++ b/res/xml/app_restrictions.xml
@@ -18,9 +18,8 @@
android:title="@string/application_restrictions"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
- <com.android.settings.SelectableEditTextPreference
- android:key="user_info"
- android:order="0"
- android:widgetLayout="@layout/preference_rename_widget" />
+ <Preference
+ android:key="user_info"
+ android:order="0"/>
</PreferenceScreen>