YangoSaftTv
{
"pkg":"com.yango.saft.tv",
"className":"",
"data":{
"uri":"safttv://film/?filmId={object}"
},
"flag":268435456,
"action":"android.intent.action.VIEW",
"extra":[]
}
//ATTENTION!! URI
/*
* Content followed by the film name.
*/
Content - safttv://film/?filmId=e4bab916e7324c4690e035e5b6315f7b&ad_vendor=whaleOS&ad_format=feed&ad_name=catalog&ad_payment_type=free&ad_type=auto&ad_geo=mena
//adb test command
//Content
adb shell am start -W -a android.intent.action.VIEW -d "safttv://film/?filmId=e4bab916e7324c4690e035e5b6315f7b&ad_vendor=whaleOS&ad_format=feed&ad_name=catalog&ad_payment_type=free&ad_type=auto&ad_geo=mena" com.yango.saft.tv
Last updated
Was this helpful?