projects
/
PrivacyBrowserAndroid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cc1c12
)
Add android.intent.category.BROWSABLE.
author
Soren Stoutner
<soren@stoutner.com>
Fri, 25 Sep 2015 00:03:38 +0000
(17:03 -0700)
committer
Soren Stoutner
<soren@stoutner.com>
Fri, 25 Sep 2015 00:03:38 +0000
(17:03 -0700)
app/src/main/AndroidManifest.xml
patch
|
blob
|
history
diff --git
a/app/src/main/AndroidManifest.xml
b/app/src/main/AndroidManifest.xml
index 6e2fc2d8686ff607e41be5543a61bc4201f11f78..3f66b340943d7de2f18aabd6088775d083418c98 100644
(file)
--- a/
app/src/main/AndroidManifest.xml
+++ b/
app/src/main/AndroidManifest.xml
@@
-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" />