PantaFlix

{
  "pkg":"com.pantaflix.client",
  "className":"",
  "data":{
    "uri":"https://www.pantaflix.com/de/m/764740"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
  //ATTENTION!! URI 
  /* 
  * Content followed by the MOVIE name.
  */
    
Content - https://www.pantaflix.com/de/m/764740
//adb test command
//Content
adb shell am start -W -a android.intent.action.VIEW -d "amzn://com.pantaflix.client/de/m/764740" com.pantaflix.client

Last updated

Was this helpful?