OSDN Git Service

Add javacript to intent filters for the Browser.
authorLeon Scroggins <scroggo@google.com>
Tue, 15 Sep 2009 21:33:20 +0000 (17:33 -0400)
committerLeon Scroggins <scroggo@google.com>
Fri, 18 Sep 2009 20:00:03 +0000 (16:00 -0400)
Enables having a shortcut on the home screen of a bookmark which is
javascript.

Change-Id: Icae2785b144cfb1885e21ebbd7f86685447c2b5e

AndroidManifest.xml

index f6f5a22..4c408d3 100644 (file)
@@ -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. -->