updated manifest to accept /login path

This commit is contained in:
Nouman Tahir 2022-07-28 15:43:44 +05:00
parent a4d8edc311
commit a7fae4c0ab

View File

@ -83,6 +83,11 @@
android:host="ecency.com"
android:path="/signup"
/>
<data
android:scheme="https"
android:host="ecency.com"
android:path="/login"
/>
</intent-filter>
<intent-filter android:label="Ecency" >
<action android:name="android.intent.action.VIEW" />