Posts by Andreteste Test • 1 point
1 post
-
0
votes2
answers680
viewsQ: Command adb open youtube URL via Browser
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,…