assetlinks 域与主机

assetlinks domain vs host

我正在尝试在我的 android 应用程序中设置应用程序链接。在我的清单文件中,我有这样的东西:

            <intent-filter android:autoVerify="true">
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.BROWSABLE" />
                <data
                        android:scheme="https"
                        android:host="myapp.example.com" />
            </intent-filter>

所以我的问题是应用程序将尝试下载 assetlinks.json 文件的确切位置:

感谢您的帮助

根据 this Google Guide,它将尝试从以下位置下载:

https://myapp.example.com/.well-known/assetlinks.json