C
{ "pkg":"com.google.cobalt_youtube", "className":"", "data":{ "uri":"https://www.youtube.com/tv#/watch?v=eAdsNiMqO-4" }, "flag":268435456, "action":"android.intent.action.VIEW", "extra":[] }
2023/11/20
抓去的uri 为 https://www.youtube.com/watch?,应变更为https://www.youtube.com/tv#/watch?
//adb test command //Content adb shell am start -W -a android.intent.action.VIEW -d "https://www.youtube.com/tv#/watch?v=eAdsNiMqO-4" com.google.cobalt_youtube
Last updated 1 year ago