TED
{
"pkg":"com.ted.android.tv",
"className":"com.ted.android.tv.view.MainActivity",
"data":{
"uri":"https://www.ted.com/talks/valorie_kondos_field_why_winning_doesn_t_always_equal_success"
},
"flag":268435456,
"action":"android.intent.action.VIEW",
"extra":[]
}
uri = "https://www.ted.com/talks/" + speaker_title; uri需要拼接speaker(名字空格或是"."需要用"_"替代)和title(名字名字空格或是"."需要用"_"替代)、speaker和title需要用下划线连接
adb:
adb shell am start -W -a android.intent.action.VIEW -d "https://www.ted.com/talks/denise_zmekhol_a_story_of_brazil_through_a_single_iconic_building" com.ted.android
Last updated
Was this helpful?