Paramount+
{
"pkg":"com.cbs.app",
"className":"",
"data":{
"uri":"https://www.paramountplus.com/movies/mission-impossible-dead-reckoning/90pOAkJfpcIIdYSoedJjjLvqpSaaCQXa"
},
"flag":268435456,
"action":"android.intent.action.VIEW",
"extra":[]
}
//ATTENTION!! URI
/*
* Content followed by the MOVIE name.
*/
Content - https://www.paramountplus.com/movies/mission-impossible-dead-reckoning/90pOAkJfpcIIdYSoedJjjLvqpSaaCQXa
//adb test command
//Content
adb shell am start -W -a android.intent.action.VIEW -d "https://www.paramountplus.com/movies/mission-impossible-dead-reckoning/90pOAkJfpcIIdYSoedJjjLvqpSaaCQXa" com.cbs.app
Last updated
Was this helpful?