Telecine

{
  "pkg":"br.telecine.androidtv",
  "className":"",
  "data":{
    "uri":"https://telecineplay.com.br/filme/23981"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
uri = "https://telecineplay.com.br/" + type +"/" + id;   (Need to splice Telecine type/id)
adb:
adb shell am start -W -a android.intent.action.VIEW -d "https://telecineplay.com.br/filme/23981" + br.telecine.androidtv   (Need to splice Telecine type/id)

Last updated

Was this helpful?