Bug 1108252 - Remove launcher icon for search activity. r=mfinkle

This commit is contained in:
Richard Newman 2014-12-09 16:37:58 +00:00
parent a38ecda195
commit c58ef4efa2

View File

@ -5,11 +5,6 @@
android:label="@string/search_app_name" android:label="@string/search_app_name"
android:configChanges="orientation|screenSize" android:configChanges="orientation|screenSize"
android:theme="@style/AppTheme"> android:theme="@style/AppTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<intent-filter> <intent-filter>
<action android:name="android.intent.action.ASSIST"/> <action android:name="android.intent.action.ASSIST"/>