Android Question New policy change on links opening app

ottercat

Member
Licensed User
On two brand new phones the old manifest entry that would allow a tapped link to open the app no longer work. I had to manually turn on that link in the permissions settings for the app. What manifest entries do we need now?
 

Pendrush

Well-Known Member
Licensed User
Longtime User

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.
 
Upvote 0
Top