Mubi
{
"pkg":"com.mubi",
"className":"",
"data":{
"uri":"https://mubi.com/films/aftersun7"
},
"flag":268435456,
"action":"android.intent.action.VIEW",
"extra":[]
}
//ATTENTION!! URI
/*
* Content followed by the MOVIE name.
*/
Content - https://mubi.com/films/aftersun7
//adb test command
//Content
adb shell am start -W -a android.intent.action.VIEW -d "https://mubi.com/films/aftersun7" com.mubi
Last updated
Was this helpful?