MX player

{
  "pkg":"com.mxtech.videoplayer.television",
  "className":"",
  "data":{
    "uri":"https://www.mxplayer.in/movie/watch-96-hindi-dubbed-movie-online-c36e83925b09709b4a255ae5ec73c221"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
  //ATTENTION!! URI 
  /* 
  * Content followed by the MOVIE name.
  */
    
Content - https://www.mxplayer.in/movie/watch-96-hindi-dubbed-movie-online-c36e83925b09709b4a255ae5ec73c221
//adb test command
//Content
adb shell am start -W -a android.intent.action.VIEW -d "https://www.mxplayer.in/movie/watch-96-hindi-dubbed-movie-online-c36e83925b09709b4a255ae5ec73c221" ccom.mxtech.videoplayer.television

Last updated

Was this helpful?