Bug 1111220 - Remove system search integration. r=mfinkle

This commit is contained in:
Richard Newman 2015-06-25 22:41:05 -07:00
parent 9241002f87
commit 7cf12024be

View File

@ -206,10 +206,6 @@
<data android:scheme="https" /> <data android:scheme="https" />
</intent-filter> </intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>
<!-- For XPI installs from websites and the download manager. --> <!-- For XPI installs from websites and the download manager. -->
<intent-filter> <intent-filter>
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />
@ -238,9 +234,6 @@
</intent-filter> </intent-filter>
#endif #endif
<meta-data android:name="android.app.searchable"
android:resource="@xml/searchable" />
<!-- For debugging --> <!-- For debugging -->
<intent-filter> <intent-filter>
<action android:name="org.mozilla.gecko.DEBUG" /> <action android:name="org.mozilla.gecko.DEBUG" />