RTL+

{
  "pkg":"de.rtli.tvnow",
  "className":"",
  "data":{
    "uri":"https://plus.rtl.de/video-tv/filme/harry-potter-und-der-stein-der-weisen-128515"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
  //ATTENTION!! URI 
  /* 
  * Content followed by the MOVIE name.
  */
    
Content - https://plus.rtl.de/video-tv/filme/harry-potter-und-der-stein-der-weisen-128515
//adb test command
//Content
adb shell am start -W -a android.intent.action.VIEW -d "https://plus.rtl.de/video-tv/filme/harry-potter-und-der-stein-der-weisen-128515" de.rtli.tvnow

Last updated

Was this helpful?