Merge "Disable quicklaunch settings preference." into honeycomb

This commit is contained in:
Jeff Brown
2011-01-11 15:09:05 -08:00
committed by Android (Google) Code Review

View File

@@ -34,6 +34,7 @@
android:entries="@array/app_install_location_entries" android:entries="@array/app_install_location_entries"
android:entryValues="@array/app_install_location_values"/> android:entryValues="@array/app_install_location_values"/>
<!-- Disabled quick launch settings pending UI redesign.
<PreferenceScreen <PreferenceScreen
android:key="quick_launch" android:key="quick_launch"
android:title="@string/quick_launch_title" android:title="@string/quick_launch_title"
@@ -42,7 +43,8 @@
android:targetPackage="com.android.settings" android:targetPackage="com.android.settings"
android:targetClass="com.android.settings.quicklaunch.QuickLaunchSettings" /> android:targetClass="com.android.settings.quicklaunch.QuickLaunchSettings" />
</PreferenceScreen> </PreferenceScreen>
-->
<PreferenceScreen <PreferenceScreen
android:fragment="com.android.settings.applications.ManageApplications" android:fragment="com.android.settings.applications.ManageApplications"
android:title="@string/manageapplications_settings_title" android:title="@string/manageapplications_settings_title"