Skip to content

Instantly share code, notes, and snippets.

@eric100lin
Last active November 23, 2022 03:17
Show Gist options
  • Save eric100lin/9a2d7bb726eb563c48b7f0b20900a06a to your computer and use it in GitHub Desktop.
Save eric100lin/9a2d7bb726eb563c48b7f0b20900a06a to your computer and use it in GitHub Desktop.
ADB command to play Youtube video then stop on Android device
am start -a android.intent.action.VIEW -d https://www.youtube.com/watch?v=iu10TkjDFxA
am force-stop com.google.android.youtube.tv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment