Add host to AndroidManifest.xml
This commit is contained in:
parent
fb7983583c
commit
be9c10d50b
1 changed files with 2 additions and 3 deletions
|
@ -39,9 +39,8 @@
|
|||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data
|
||||
android:host="mapcomplete.org"
|
||||
android:scheme="orgmapcomplete" />
|
||||
<data android:scheme="orgmapcomplete" />
|
||||
<data android:host="app.mapcomplete.org" />
|
||||
<data android:path="/passthrough.html" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue