Launching Android Netflix App And Passing Video Id

前端 未结 3 1116
闹比i
闹比i 2021-02-06 12:00

In the app I am working on I want to support Netfilx streaming. I intend on doing this by simply starting Netflix and passing a specific URI so it plays a specific video when st

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-06 12:11

    Here is how to start a movie from an ADB command for com.netflix.mediaclient

    adb shell am start -n com.netflix.mediaclient/.ui.launch.UIWebViewActivity -a android.intent.action.VIEW -d http://www.netflix.com/watch/60000724
    

    I still can't find a way to do it for com.netflix.ninja (Netflix for Android TV)

提交回复
热议问题