0
To start a URL via adb, I have the following command adb shell:
adb shell am start -a android.intent.action.VIEW -d 'https://youtu.be/CSULRDoF8-g'
That works. But in the case of a Youtube video URL, the URL is opened by the Youtube app. I’d like it to open from Chrome or the Internet
How do I do this by adapting the command or using some similar one? I’m using a Samsung Galaxy S7.