summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2009-09-15 17:33:20 -0400
committerLeon Scroggins <scroggo@google.com>2009-09-18 16:00:03 -0400
commit1ae92f96be1bfccae82b11d18f4e8321a877b899 (patch)
tree15e8dfdbda362c31dd1c1cc35303907fbe6a6154 /AndroidManifest.xml
parent540035dfd1347c78eeec10ec0847e18fcc50ef36 (diff)
downloadpackages_apps_Browser-1ae92f96be1bfccae82b11d18f4e8321a877b899.zip
packages_apps_Browser-1ae92f96be1bfccae82b11d18f4e8321a877b899.tar.gz
packages_apps_Browser-1ae92f96be1bfccae82b11d18f4e8321a877b899.tar.bz2
Add javacript to intent filters for the Browser.
Enables having a shortcut on the home screen of a bookmark which is javascript. Change-Id: Icae2785b144cfb1885e21ebbd7f86685447c2b5e
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f6f5a22..4c408d3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -62,6 +62,7 @@
<data android:scheme="http" />
<data android:scheme="https" />
<data android:scheme="about" />
+ <data android:scheme="javascript" />
</intent-filter>
<!-- For these schemes where any of these particular MIME types
have been supplied, we are a good candidate. -->