Don't show QSB icon in Launcher
Fixes http://b/issue?id=2574522
Change-Id: I907e1ecb4ea8b6625e85a75b51d1a4c090dd786a
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d12f949..345c117 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -40,11 +40,6 @@
android:launchMode="singleTask"
android:windowSoftInputMode="stateAlwaysVisible|adjustPan"
android:theme="@style/Theme.QuickSearchBox">
- <!-- Show app icon in Launcher. -->
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
<!-- Handle global search. -->
<intent-filter>
<action android:name="android.search.action.GLOBAL_SEARCH" />