Atres Player

{
  "pkg":"com.a3.sgt",
  "className":"",
  "data":{
    "uri":"https://www.atresplayer.com/cine/mi-hijo/t/mi-hijo_5fde350e7ed1a84005f0495d/"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
//uri replace as required 
MOVIE  : https://www.atresplayer.com/cine/mi-hijo/t/mi-hijo_5fde350e7ed1a84005f0495d/
SEASON : https://www.atresplayer.com/nova/programas/cocina-abierta/temporada-1/capitulo-8-programa_5a94422b7ed1a8cd77b5b48c/
//adb test command
//MOVIE
adb shell am start -W -a android.intent.action.VIEW -d "https://www.atresplayer.com/cine/mi-hijo/t/mi-hijo_5fde350e7ed1a84005f0495d/" com.a3.sgt

Last updated

Was this helpful?