summaryrefslogtreecommitdiffstats
path: root/res/xml/app_restrictions.xml
diff options
context:
space:
mode:
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>