To start a URL via adb, I have the following adb shell command:
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 would like it to open for Chrome or the Internet
How to do this by adapting the command or using some other similar one? I'm using a Samsung Galaxy S7.