Merge "Fix for QUICK_LAUNCH_SETTINGS intent"

This commit is contained in:
Gilles Debunne
2011-07-15 11:04:08 -07:00
committed by Android (Google) Code Review

View File

@@ -775,6 +775,7 @@
android:label="@string/quick_launch_title">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.settings.QUICK_LAUNCH_SETTINGS" />
<action android:name="com.android.settings.QUICK_LAUNCH_SETTINGS" />
<category android:name="android.intent.category.VOICE_LAUNCH" />
<category android:name="android.intent.category.DEFAULT" />