I am working on implementing App Links for a project which has multiple build flavors and I am wondering how I should structure my assetlinks.json
file.
The package names have a com.android.shared.package.flavor
format, can I just use "package_name": "com.android.shared.package"
in my assetlinks.json
declaration? Or do I have to treat each build flavor as a separate app and follow the process for associating the site with multiple apps in the assetlinks.json file?