summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxesh R. Ajmera <aajmera@codeaurora.org>2015-05-20 13:34:12 -0700
committerWebTech Code Review <code-review@localhost>2015-05-21 09:48:38 -0700
commit5bced00a96cddee6859331b4a7d779b38a565369 (patch)
treebd7d60737a26718333e420755e6c47414b45013e
parent9026e7c908549241530c7fce636a8082ce8afa4f (diff)
downloadandroid_packages_apps_Gello-5bced00a96cddee6859331b4a7d779b38a565369.tar.gz
android_packages_apps_Gello-5bced00a96cddee6859331b4a7d779b38a565369.tar.bz2
android_packages_apps_Gello-5bced00a96cddee6859331b4a7d779b38a565369.zip
Handle WEB_SEARCH action
This removes data filter in Web Search action Change-Id: I2047d85dd975f3ac162b7a5f3cc62e0e79886e4c
-rw-r--r--AndroidManifest.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 54cf09be..cc36a30c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -155,9 +155,6 @@
<action android:name="android.intent.action.WEB_SEARCH" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
- <data android:scheme="" />
- <data android:scheme="http" />
- <data android:scheme="https" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.MEDIA_SEARCH" />