Index: mandoline/app/android/apk/AndroidManifest.xml |
diff --git a/mandoline/app/android/apk/AndroidManifest.xml b/mandoline/app/android/apk/AndroidManifest.xml |
index 07318e39fce32f70ccc587579f338a4b1e4fdb8b..b59b8c96b31f38e71baec2d3c04563629d24cb09 100644 |
--- a/mandoline/app/android/apk/AndroidManifest.xml |
+++ b/mandoline/app/android/apk/AndroidManifest.xml |
@@ -26,6 +26,9 @@ |
android:hardwareAccelerated="true"> |
<intent-filter> |
<action android:name="android.intent.action.VIEW"/> |
+ <category android:name="android.intent.category.DEFAULT"/> |
+ <data android:scheme="http"/> |
+ <data android:scheme="https"/> |
</intent-filter> |
</activity> |
</application> |