filmzie(Mobile version)

{
  "pkg":"com.filmzie.platform",
  "className":"",
  "data":{
    "uri":"https://filmzie.com/content/window-horses-the-poetic-persian-epiphany-of-rosie-ming"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
uri = "https://filmzie.com/content/" + filmzie Resource name;   (Need to splice filmzie Resource name)
adb:
adb shell am start -W -a android.intent.action.VIEW -d "https://filmzie.com/content/" + filmzie Resource name  com.filmzie.platform   (Need to splice filmzie Resource name)

Last updated

Was this helpful?