[android] Added 'https' scheme for ge0 links

This commit is contained in:
Александр Зацепин 2018-02-14 18:41:37 +03:00 committed by Roman Kuznetsov
parent f79cd980a5
commit 22a3881baa

View file

@ -116,6 +116,9 @@
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data
android:host="ge0.me"
android:scheme="https"/>
<data
android:host="ge0.me"
android:scheme="http"/>