Deep-linking intent does not work

前端 未结 12 1046
旧时难觅i
旧时难觅i 2020-12-07 14:29

I followed the insttructions on https://developer.android.com/training/app-indexing/deep-linking.html, but when I want to trigger the intent through adb with:

12条回答
  •  时光说笑
    2020-12-07 15:24

    Use adb shell am start -W -a android.intent.action.VIEW -d "http://example.com/gizmos" com.myapp.android

    it will work.

提交回复
热议问题