我已经完成了设置App Linking的所有工作。当我启动意图时,我的应用程序就会启动:
adb shell am start -a android.intent.action.VIEW -d "https://www.example.com"
但是当我通过adb检查系统时:
adb shell dumpsys package domain-preferred-apps
我仍然处于未定义状态:
Package: com.example.applinkingtest
Domains: www.example.com
Status: undefined
有没有猜到为什么会这样?我正在等待文档推荐的20秒。