I try to call my app on a specific url. To do that I use this intent-filter in the manifest :
<intent-filter android:autoVerify="true">
<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="mapi.staging.mysite.com"
android:pathPrefix="/myredirectionurl" />
</intent-filter>
this do work with Google Chrome, Ecosia and Samsung Internet but don't with Xiaomi's default browser, UC Browser, CM Browser, Opera and Firefox