Rearrange Applications settings items.

Bug: 3337264
Change-Id: I955c15f7db791167b97b04beaeafc2953bdccd76
This commit is contained in:
Amith Yamasani
2011-01-25 14:56:44 -08:00
parent 3f5e524d5d
commit a27573522e

View File

@@ -19,32 +19,6 @@
android:summary="@string/applications_settings_summary"
android:key="applications_settings">
<CheckBoxPreference
android:key="toggle_install_applications"
android:title="@string/install_applications"
android:summaryOff="@string/install_unknown_applications"
android:summaryOn="@string/install_unknown_applications"
android:persistent="false" />
<ListPreference
android:key="app_install_location"
android:title="@string/app_install_location_title"
android:summary="@string/app_install_location_summary"
android:persistent="false"
android:entries="@array/app_install_location_entries"
android:entryValues="@array/app_install_location_values"/>
<!-- Disabled quick launch settings pending UI redesign.
<PreferenceScreen
android:key="quick_launch"
android:title="@string/quick_launch_title"
android:summary="@string/quick_launch_summary">
<intent android:action="android.intent.action.MAIN"
android:targetPackage="com.android.settings"
android:targetClass="com.android.settings.quicklaunch.QuickLaunchSettings" />
</PreferenceScreen>
-->
<PreferenceScreen
android:fragment="com.android.settings.applications.ManageApplications"
android:title="@string/manageapplications_settings_title"
@@ -73,11 +47,38 @@
android:summary="@string/power_usage_summary">
</PreferenceScreen>
<CheckBoxPreference
android:key="toggle_install_applications"
android:title="@string/install_applications"
android:summaryOff="@string/install_unknown_applications"
android:summaryOn="@string/install_unknown_applications"
android:persistent="false" />
<ListPreference
android:key="app_install_location"
android:title="@string/app_install_location_title"
android:summary="@string/app_install_location_summary"
android:persistent="false"
android:entries="@array/app_install_location_entries"
android:entryValues="@array/app_install_location_values"/>
<!-- Disabled quick launch settings pending UI redesign.
<PreferenceScreen
android:key="quick_launch"
android:title="@string/quick_launch_title"
android:summary="@string/quick_launch_summary">
<intent android:action="android.intent.action.MAIN"
android:targetPackage="com.android.settings"
android:targetClass="com.android.settings.quicklaunch.QuickLaunchSettings" />
</PreferenceScreen>
-->
<PreferenceScreen
android:title="@string/development_settings_title"
android:summary="@string/development_settings_summary"
android:fragment="com.android.settings.DevelopmentSettings">
</PreferenceScreen>
</PreferenceScreen>