常用Intent
常用动作和类型的匹配
ACTION_MAINCATEGORY_HOMELaunchthehomescreen.
常用动作和URL的匹配
ACTION_CALLtel:phone_number打开电话应用程序并拨打指定的电话号码
ACTION_DIALcontent://contacts/people/1Displaythephonedialerwiththepersonfilledin.
ACTION_DIALtel:phone_number打开电话应用程序并拨打指定的电话号码(但不打出)
ACTION_DIALvoicemail:打开电话应用程序并拨下语音信箱的指定的电话号码(但不打出)
ACTION_EDITcontent://contacts/people/1编辑联系人
ACTION_VIEWcontent://contacts/people/显示对用户可见的联系人列表。@1
ACTION_VIEWcontent://contacts/people/1查看某个联系人信息
ACTION_VIEWgeo:latitude,longitude打开地图应用程序并显示指定的纬度和经度
ACTION_VIEWgeo:0,0?q=stree+address打开地图应用程序并显示指定的地址
ACTION_VIEWhttp://web_address打开浏览器应用程序并显示指定的URL
ACTION_VIEWhttps://web_address打开浏览器应用程序并显示指定的URL
ACTION_VIEWtel:123Displaythephonedialerwiththegivennumberfilledin.@2
Intent.ACTION_WEB_SEARCHplain_text打开浏览器应用程序并显示指定的并使用google搜索引擎
注1:在列表中可选中联系人可查看具体信息
注2:NotehowtheVIEWactiondoeswhatwhatisconsideredthemostreasonablethingforaparticularURI.
常用动作和类型的匹配
ACTION_MAINCATEGORY_HOMELaunchthehomescreen.
常用动作和URL的匹配
ACTION_CALLtel:phone_number打开电话应用程序并拨打指定的电话号码
ACTION_DIALcontent://contacts/people/1Displaythephonedialerwiththepersonfilledin.
ACTION_DIALtel:phone_number打开电话应用程序并拨打指定的电话号码(但不打出)
ACTION_DIALvoicemail:打开电话应用程序并拨下语音信箱的指定的电话号码(但不打出)
ACTION_EDITcontent://contacts/people/1编辑联系人
ACTION_VIEWcontent://contacts/people/显示对用户可见的联系人列表。@1
ACTION_VIEWcontent://contacts/people/1查看某个联系人信息
ACTION_VIEWgeo:latitude,longitude打开地图应用程序并显示指定的纬度和经度
ACTION_VIEWgeo:0,0?q=stree+address打开地图应用程序并显示指定的地址
ACTION_VIEWhttp://web_address打开浏览器应用程序并显示指定的URL
ACTION_VIEWhttps://web_address打开浏览器应用程序并显示指定的URL
ACTION_VIEWtel:123Displaythephonedialerwiththegivennumberfilledin.@2
Intent.ACTION_WEB_SEARCHplain_text打开浏览器应用程序并显示指定的并使用google搜索引擎
注1:在列表中可选中联系人可查看具体信息
注2:NotehowtheVIEWactiondoeswhatwhatisconsideredthemostreasonablethingforaparticularURI.