{ "pkg":"br.telecine.androidtv", "className":"", "data":{ "uri":"https://telecineplay.com.br/filme/23981" }, "flag":268435456, "action":"android.intent.action.VIEW", "extra":[] }
021/08/12 added
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 3 years ago
Was this helpful?