Android 的动作、广播、类别等标识大全(3)

String DELETE_ACTION        动作:从容器中删除给定的数据       "android.intent.action.DELETE"
String DEFAULT_ACTION        动作:和 VIEW_ACTION 相同,是在数据上执行的标准动作                  "android.intent.action.VIEW"
String DIAL_ACTION               动作:拨打数据中指定的电话号码            "android.intent.action.DIAL"
String EDIT_ACTION        动作:为制定的数据显示可编辑界面      "android.intent.action.EDIT"
String EMERGENCY_DIAL_ACTION       动作:拨打紧急电话号码                     "android.intent.action.EMERGENCY_DIAL"
String GET_CONTENT_ACTION       动作:让用户选择数据并返回。             "android.intent.action.GET_CONTENT"
String INSERT_ACTION        动作:在容器中插入一个空项 (item)。      "android.intent.action.INSERT"
String LOGIN_ACTION        动作:获取登录凭证。       "android.intent.action.LOGIN"
String MAIN_ACTION        动作:作为主入口点启动,不需要数据             "android.intent.action.MAIN"
String SETTINGS_ACTION        动作:显示系统设置。输入:无       "android.intent.action.SETTINGS"
String SYNC_ACTION        动作:执行数据同步        "android.intent.action.SYNC"
String WALLPAPER_SETTINGS_ACTION      动作:显示选择墙纸的设置界面。输入:无     "android.intent.action.WALLPAPER_SETTINGS"
String WEB_SEARCH_ACTION       动作:执行 web 搜索        "android.intent.action.WEB_SEARCH"
String VIEW_ACTION        动作:向用户显示数据        "android.intent.action.VIEW"
String SENDTO_ACTION        动作:向 data 指定的接收者发送一个消息     "android.intent.action.SENDTO"
String RUN_ACTION        动作:运行数据(指定的应用),无论它(应用)是什么    "android.intent.action.RUN"
String PICK_ACTION        动作:从数据中选择一个项目 (item),将被选中的项目返回   "android.intent.action.PICK"
String PICK_ACTIVITY_ACTION       动作:选择一个 activity,返回被选择的 activity 的类(名)   "android.intent.action.PICK_ACTIVITY"
String ADD_SHORTCUT_ACTION                         动作:在系统中添加一个快捷方式                 "android.intent.action.ADD_SHORTCUT"
String ALL_APPS_ACTION                             动作:列举所有可用的应用                       "android.intent.action.ALL_APPS"
String ANSWER_ACTION               动作:处理拨入的电话              "android.intent.action.ANSWER"
String BUG_REPORT_ACTION              动作:显示 activity 报告错误             "android.intent.action.BUG_REPORT"
String CALL_ACTION               动作:拨打电话,被呼叫的联系人在数据中指定     "android.intent.action.CALL"
String CLEAR_CREDENTIALS_ACTION      动作:清除登陆凭证 (credential)                                      "android.intent.action.CLEAR_CREDENTIALS"

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wwspfy.html