accept invites with https scheme

Will switch to sending them in a few months
This commit is contained in:
Eric House 2020-09-15 08:01:05 -07:00
parent 584c9e2332
commit ca64d69cef

View file

@ -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"