Disable quicklaunch settings preference.

Bug: 3290450
Change-Id: Ib1a8926d7b18b8821395b06c9cdc7763e774c847
This commit is contained in:
Jeff Brown
2011-01-10 14:03:06 -08:00
parent 7edb513181
commit 52e5891560

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,7 +43,8 @@
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"