Ziem My personal blog

Web intent resolution in Android 12

It’s just a small reminder regarding web intent resolution in Android 12. As it’s described in the Behavior changes: all apps section for Android 12 and in the Create Deep Links to App Content guide, you need to have your domain linked with your app.

Note: Starting in Android 12 (API level 31), a generic web intent resolves to an activity in your app only if your app is approved for the specific domain contained in that web intent. If your app isn’t approved for the domain, the web intent resolves to the user’s default browser app instead.

All steps to make it work are clearly described in the Behavior changes: all apps section for Android 12: