Google Play Movies
{
"pkg":"com.google.android.videos",
"className":"",
"data":{
"uri":"https://play.google.com/store/movies/details/Oppenheimer?gl=BR&hl=en&id=eqSQyOgIc30.P"
},
"flag":268435456,
"action":"android.intent.action.VIEW",
"extra":[]
}
//ATTENTION!! URI
/*
* Content followed by the MOVIE name.
*/
Content - https://play.google.com/store/movies/details/Oppenheimer?gl=BR&hl=en&id=eqSQyOgIc30.P
//adb test command
//Content
adb shell am start -W -a android.intent.action.VIEW -d "https://play.google.com/store/movies/details/Oppenheimer?gl=BR&hl=en&id=eqSQyOgIc30.P" com.google.android.videos
Last updated
Was this helpful?