Last active
November 23, 2022 03:17
-
-
Save eric100lin/9a2d7bb726eb563c48b7f0b20900a06a to your computer and use it in GitHub Desktop.
ADB command to play Youtube video then stop on Android device
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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