io2015-codelabs
io2015-codelabs copied to clipboard
Deep Linking Recipe App no longer works
trafficstars
adb shell am start -W -a android.intent.action.VIEW -d “http://recipe-app.com/recipe” com.recipe_app
is returning:
Activity not started, unable to resolve Intent { act=android.intent.action.VIEW dat=“http://recipe-app.com/recipe” flg=0x10000000 pkg=com.recipe_app }
please provide the solution