]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Add android.intent.category.BROWSABLE.
authorSoren Stoutner <soren@stoutner.com>
Fri, 25 Sep 2015 00:03:38 +0000 (17:03 -0700)
committerSoren Stoutner <soren@stoutner.com>
Fri, 25 Sep 2015 00:03:38 +0000 (17:03 -0700)
app/src/main/AndroidManifest.xml

index 6e2fc2d8686ff607e41be5543a61bc4201f11f78..3f66b340943d7de2f18aabd6088775d083418c98 100644 (file)
@@ -21,6 +21,7 @@
             </intent-filter>
             <intent-filter>
                 <action android:name="android.intent.action.VIEW" />
+                <category android:name="android.intent.category.BROWSABLE" />
                 <category android:name="android.intent.category.DEFAULT" />
                 <data android:scheme="http" />
                 <data android:scheme="https" />