Android – Adding at least one Activity with an ACTION-VIEW intent-filter after Updating SDK version 23

From official documentation : To enable Google to crawl your app content and allow users to enter your app from search results, you must add intent filters for the relevant activities in your app manifest. These intent filters allow deep linking to the content in any of your activities. For example, the user might click … Read more