mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
accept invites with https scheme
Will switch to sending them in a few months
This commit is contained in:
parent
584c9e2332
commit
ca64d69cef
1 changed files with 5 additions and 0 deletions
|
@ -74,6 +74,11 @@
|
|||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
<data android:scheme="https"
|
||||
android:host="@string/invite_host"
|
||||
android:pathPrefix="@string/invite_prefix"
|
||||
/>
|
||||
<!-- Remove http once enough people have the https above -->
|
||||
<data android:scheme="http"
|
||||
android:host="@string/invite_host"
|
||||
android:pathPrefix="@string/invite_prefix"
|
||||
|
|
Loading…
Reference in a new issue