deezer

{
  "pkg":"deezer.android.app",
  "className":"",
  "data":{
    "uri":"https://www.deezer.com/en/playlist/6980479864"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}

2021/12/31 added

uri = "https://www.deezer.com/en/playlist/6980479864"  (Official website details page address)
adb:
adb shell am start -W -a android.intent.action.VIEW -d "https://www.deezer.com/en/playlist/6980479864" deezer.android.app   (Need to add uri)

Last updated

Was this helpful?