Add an intent filter for deep links
You must add a new intent filter to the activity that handles deep links for your app.

The intent filter is required for your app to receive the Dynamic Link data after it is installed/updated from the Play Store and one taps on ‘Continue’ button. The intent filter catches deep links of your domain, since the Dynamic Link will redirect to your domain if your app is installed.
When users open a Dynamic Link with a deep link to the scheme and host you specify, your app will start the activity with this intent filter to handle the link.