1 year ago

#364318

test-img

DaRkNight

Huawei default mail app blocks http deeplinks

i am facing an issue with the default Email app on huawei devices, it opens http scheme inside a browser preview and prevent my app to handle it. more details: here what i have in my manifest

<intent-filter>
  <action android:name="android.intent.action.VIEW"></action>
  <category android:name="android.intent.category.DEFAULT"></category>
  <category android:name="android.intent.category.BROWSABLE"></category>
  <data android:host="exemple.com" android:scheme="https"></data>
</intent-filter>

of course on other devices when click on the link from the email app the chooser is opened to propose my app & a browser. but with the default email app on huawei it opens the link directly in a browser preview preventing the android system to handle the intent and blocks the chooser. enter image description here

android

deep-linking

huawei-developers

0 Answers

Your Answer

Accepted video resources