We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ea5fb commit 9d9bd2eCopy full SHA for 9d9bd2e
plugin.xml
@@ -65,6 +65,7 @@
65
<action android:name="android.intent.action.VIEW" />
66
<category android:name="android.intent.category.DEFAULT" />
67
<category android:name="android.intent.category.BROWSABLE" />
68
+ <data android:scheme="$ANDROID_SCHEME" android:host="$ANDROID_HOST" android:pathPrefix="$ANDROID_PATHPREFIX" />
69
</intent-filter>
70
</config-file>
71
</platform>
0 commit comments