Cobalt YouTube

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":[]
}

变更记录

//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