Amazon Prime Video
{
"pkg":"com.amazon.avod.thirdpartyclient",
"className":"com.amazon.avod.detailpage.DetailPageActivity",
"data":{
"uri":"intent://watch.amazon.com/watch?asin=B07MQWWCBB&contentType=MOVIE&territory=US&ref_=atv_dp_pb_core#Intent;scheme=https;package=com.amazon.avod.thirdpartyclient;end"
},
"flag":268435456,
"action":"android.intent.action.VIEW",
"extra":[]
}
uri = "intent://watch.amazon.com/watch?asin="+ AmazonId +"&contentType=MOVIE&territory=US&ref_=atv_dp_pb_core#Intent;scheme=https;package=com.amazon.avod.thirdpartyclient;end"; uri需要拼接电影类型id
Amazon Prime Video TV 版本
{
"pkg":"com.amazon.amazonvideo.livingroom",
"className":"",
"data":{
"uri":"https://app.primevideo.com/watch?gti=amzn1.dv.gti.beb8aa55-799e-e883-8aac-f0d41157bac6&ie=UTF8&linkCode=xm2"
},
"flag":268435456,
"action":"android.intent.action.VIEW",
"extra":[]
}
uri = "https://app.primevideo.com/watch?gti="+ AmazonId + "&ie=UTF8&linkCode=xm2"; uri需要拼接电影类型id
Last updated
Was this helpful?