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:>
adb
Use adb shell am start -W -a android.intent.action.VIEW -d "http://example.com/gizmos" com.myapp.android
it will work.