SKYShowtime

{
  "pkg":"com.skyshowtime.skyshowtime.google",
  "className":"",
  "data":{
    "uri":"https://www.skyshowtime.com/es/stream/movies/oppenheimer/1466f227-379b-3945-a17f-132aa02f475c"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
  //ATTENTION!! URI 
  /* 
  * Content followed by the MOVIE name.
  */
    
Content - https://www.skyshowtime.com/es/stream/movies/oppenheimer/1466f227-379b-3945-a17f-132aa02f475c
//adb test command
//Content
adb shell am start -W -a android.intent.action.VIEW -d "https://www.skyshowtime.com/es/stream/movies/oppenheimer/1466f227-379b-3945-a17f-132aa02f475c" com.skyshowtime.skyshowtime.google

Last updated

Was this helpful?