LionsgatePlay

{
  "pkg":"com.lionsgateplay.videoapp",
  "className":"",
  "data":{
    "uri":"https://lionsgateplay.com/en/movies/the-gentlemen/163161640348"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
  //ATTENTION!! URI 
  /* 
  * Content followed by the MOVIE name.
  */
    
Content - https://lionsgateplay.com/en/movies/the-gentlemen/163161640348
//adb test command
//Content
adb shell am start -W -a android.intent.action.VIEW -d "https://lionsgateplay.com/en/movies/the-gentlemen/163161640348" com.lionsgateplay.videoapp

Last updated

Was this helpful?