Rtve.es

{
  "pkg":"rtve.tablet.android",
  "className":"rtve.tablet.android.Activity.DeeplinkActivity_",
  "data":{
    "uri":"https://play.rtve.es/v/6104044"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
uri = "https://play.rtve.es/v/" + Resource id;   (Need to splice Rtve.es Resource id)
adb:
adb shell am start -W -a android.intent.action.VIEW -d "https://play.rtve.es/v/" + Resource id  rtve.tablet.android   (Need to splice Rtve.es Resource id)

Last updated

Was this helpful?