Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tobiasviehweger/5a52ba1ae79f1c8e6ba04e3eb4741789 to your computer and use it in GitHub Desktop.
Save tobiasviehweger/5a52ba1ae79f1c8e6ba04e3eb4741789 to your computer and use it in GitHub Desktop.
ADB command to start Netflix app on FireTV/FireTV Stick and automatically start playing next episode of show #80025384
adb shell am start -n com.netflix.ninja/.MainActivity -a android.intent.action.VIEW -d netflix://title/80025384 -f 0x10000020 -e "amzn_deeplink_data" "80025384"
@acdcjavier
Copy link

Hi
Thanks for that. Do you have a similar command to open Prime Video and play a specific movie?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment