esteem.app host addition

This commit is contained in:
feruz 2020-01-22 11:14:21 +02:00
parent f1ee21634e
commit 46e4818b97

View File

@ -35,6 +35,12 @@
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="esteem" />
</intent-filter>
<intent-filter android:label="eSteem">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" android:host="esteem.app" />
</intent-filter>
<intent-filter android:label="eSteem">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />