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