Tivify
{
"pkg":"com.tvup.tivify.app.mobile",
"className":"",
"data":{
"uri":"https://www.tivify.tv/ficha?id=6604dd6fb84f738f5522a28e"
},
"flag":268435456,
"action":"android.intent.action.VIEW",
"extra":[]
}
//ATTENTION!! URI
/*
* Content followed by the MOVIE name.
*/
Content - https://www.tivify.tv/ficha?id=6604dd6fb84f738f5522a28e
//adb test command
//Content
adb shell am start -W -a android.intent.action.VIEW -d "https://www.tivify.tv/ficha?id=6604dd6fb84f738f5522a28e" com.tvup.tivify.app.mobile
Last updated
Was this helpful?