ZEE5

{
  "pkg":"com.graymatrix.did",
  "className":"",
  "data":{
    "uri":"https://www.zee5.com/details/0-0-263325"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
针对5.50.2+版本;包名为com.zee5.aosp用如下规则
{
  "pkg":"com.zee5.aosp",
  "className":"",
  "data":{
    "uri":"https://www.zee5.com/details/0-0-263325"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
uri = "https://www.zee5.com/details/" + id;   (Need to splice ZEE5 id)
adb:
adb shell am start -W -a android.intent.action.VIEW -d "https://www.zee5.com/details/" + id pkg   (Need to splice ZEE5 id pkg)

Last updated

Was this helpful?