資源描述:
《意圖Intent的使用.doc》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、androidintentaction介紹大全分類:android2012-08-2720:387339人閱讀評(píng)論(2)收藏舉報(bào)actionandroid電話擴(kuò)展credentials瀏覽器一些常用的Intent:UriAction功能備注geo:latitude,longitudeIntent.ACTION_VIEW打開地圖應(yīng)用程序并顯示指定的經(jīng)緯度geo:0,0?q=street+addressIntent.ACTION_VIEW打開地圖應(yīng)用程序并顯示指定的地址http://web_addressIntent.ACTIO
2、N_VIEW打開瀏覽器程序并顯示指定的URLhttps://web_addressIntent.ACTION_VIEW打開瀏覽器程序并顯示指定的URLtel:phone_numberIntent.ACTION_CALL打開電話應(yīng)用程序并撥打指定的電話號(hào)碼tel:phone_numberIntent.ACTION_DIAL打開電話應(yīng)用程序并撥下指定的電話號(hào)碼voicemail:Intent.ACTION_DIAL打開電話應(yīng)用程序并撥下指定語音郵箱的電話號(hào)碼plain_textIntent.ACTION_WEB_SEARCH打開
3、瀏覽器程序并使用Google搜索引擎搜索活動(dòng):Intent說明ActionCALL_ACTION撥打電話,被呼叫的聯(lián)系人在數(shù)據(jù)中指定。android.intent.action.CALLEMERGENCY_DIAL_ACTION撥打緊急電話號(hào)碼。android.intent.action.EMERGENCY_DIALDIAL_ACTION撥打數(shù)據(jù)中指定的電話號(hào)碼。android.intent.action.DIALANSWER_ACTION處理撥入的電話。android.intent.action.ANSWERDELETE_
4、ACTION從容器中刪除給定的數(shù)據(jù)。android.intent.action.DELETEPICK_ACTION從數(shù)據(jù)中選擇一個(gè)項(xiàng)目(item),將被選中的項(xiàng)目返回。android.intent.action.PICKDEFAULT_ACTION和VIEW_ACTION相同,是在數(shù)據(jù)上執(zhí)行的標(biāo)準(zhǔn)動(dòng)作。android.intent.action.VIEWLOGIN_ACTION獲取登錄憑證。android.intent.action.LOGINALL_APPS_ACTION列舉所有可用的應(yīng)用。android.intent.a
5、ction.ALL_APPSCLEAR_CREDENTIALS_ACTION清除登陸憑證android.intent.action.CLEAR_CREDENTIALS(credential)。GET_CONTENT_ACTION讓用戶選擇數(shù)據(jù)并返回。android.intent.action.GET_CONTENTEDIT_ACTION為制定的數(shù)據(jù)顯示可編輯界面。android.intent.action.EDITBUG_REPORT_ACTION顯示activity報(bào)告錯(cuò)誤。android.intent.action.BU
6、G_REPORTSETTINGS_ACTION顯示系統(tǒng)設(shè)置。輸入:無。android.intent.action.SETTINGSWALLPAPER_SETTINGS_ACTION顯示選擇墻紙的設(shè)置界面。輸入:無。android.intent.action.WALLPAPER_SETTINGSSENDTO_ACTION向data指定的接收者發(fā)送一個(gè)消息。android.intent.action.SENDTOVIEW_ACTION向用戶顯示數(shù)據(jù)。android.intent.action.VIEWPICK_ACTIVITY_
7、ACTION選擇一個(gè)activity,返回被選擇的activity的類(名)。android.intent.action.PICK_ACTIVITYRUN_ACTION運(yùn)行數(shù)據(jù)(指定的應(yīng)用),無論它(應(yīng)用)是什么。android.intent.action.RUNINSERT_ACTION在容器中插入一個(gè)空項(xiàng)(item)。android.intent.action.INSERTADD_SHORTCUT_ACTION在系統(tǒng)中添加一個(gè)快捷方式。.android.intent.action.ADD_SHORTCUTWEB_SEAR
8、CH_ACTION執(zhí)行web搜索。android.intent.action.WEB_SEARCHSYNC_ACTION執(zhí)行數(shù)據(jù)同步。android.intent.action.SYNCMAIN_ACTION作為主入口點(diǎn)啟動(dòng),不需要數(shù)據(jù)。android.intent.action.MAII