Magellan

{
  "pkg":"com.abide.magellantv",
  "className":"",
  "data":{
    "uri":"https://www.magellantv.com/video/searching-for-planet-9"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
  //ATTENTION!! URI 
  /* 
  * Content followed by the MOVIE name.
  */
    
Content - https://www.magellantv.com/video/searching-for-planet-9
//adb test command
//Content
adb shell am start -W -a android.intent.action.VIEW -d "https://magellantv.onelink.me/video/searching-for-planet-9" com.abide.magellantv

Last updated

Was this helpful?