summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2012-08-22 18:43:54 -0700
committerAmith Yamasani <yamasani@google.com>2012-08-22 18:43:54 -0700
commit8e79d3ec8092a69c2d79130e5dc7d81611620188 (patch)
tree89dbbbe8468eb7f433b1bbbe7cba415d43a84486 /res/xml
parent4641f4b53790ad1ff6c6c1c17951b6b200a3f07c (diff)
downloadpackages_apps_Settings-8e79d3ec8092a69c2d79130e5dc7d81611620188.zip
packages_apps_Settings-8e79d3ec8092a69c2d79130e5dc7d81611620188.tar.gz
packages_apps_Settings-8e79d3ec8092a69c2d79130e5dc7d81611620188.tar.bz2
Simplify User management settings to bare minimum
No need to restrictions or account association at this time. Change-Id: Ic4ae43d5bb9d4308e67499495d44c12de9e61777
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/user_details.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/res/xml/user_details.xml b/res/xml/user_details.xml
index 616c628..f36fd45 100644
--- a/res/xml/user_details.xml
+++ b/res/xml/user_details.xml
@@ -33,41 +33,4 @@
/>
</PreferenceCategory>
- <PreferenceCategory
- android:key="restrictions_category"
- android:title="@string/user_restrictions_heading">
- <Preference
- android:key="associated_account"
- android:title="@string/user_account_title"
- android:enabled="false"
- android:persistent="false"
- />
- <CheckBoxPreference
- android:key="market_requires_pin"
- android:title="@string/user_market_requires_pin"
- android:persistent="false"
- android:enabled="false"
- />
- <ListPreference
- android:key="content_rating"
- android:title="@string/user_max_content_rating"
- android:entries="@array/user_content_ratings_entries"
- android:entryValues="@array/user_content_ratings_values"
- android:persistent="false"
- android:enabled="false"
- />
- </PreferenceCategory>
-
- <PreferenceCategory
- android:key="system_apps_category"
- android:title="@string/user_system_apps_heading">
- <!-- Dynamically added content -->
- </PreferenceCategory>
-
- <PreferenceCategory
- android:key="market_apps_category"
- android:title="@string/user_market_apps_heading">
- <!-- Dynamically added content -->
- </PreferenceCategory>
-
</PreferenceScreen>