intent 支持的action 动作
String
ACTION_AIRPLANE_MODE_CHANGED
Broadcast Action: The user has switched the phone into or out of Airplane Mode.
String
ACTION_ALL_APPS
Activity Action: List all available applications
Input: Nothing.
String
ACTION_ANSWER
Activity Action: Handle an incoming phone call.
String
ACTION_APPLICATION_RESTRICTIONS_CHANGED
Broadcast Action: Sent after application restrictions are changed.
String
ACTION_APP_ERROR
Activity Action: The user pressed the "Report" button in the crash/ANR dialog.
String
ACTION_ASSIST
Activity Action: Perform assist action.
String
ACTION_ATTACH_DATA
Used to indicate that some piece of data should be attached to some other place.
String
ACTION_BATTERY_CHANGED
Broadcast Action: This is a sticky broadcast containing the charging state, level, and other information about the battery.
String
ACTION_BATTERY_LOW
Broadcast Action: Indicates low battery condition on the device.
String
ACTION_BATTERY_OKAY
Broadcast Action: Indicates the battery is now okay after being low.
String
ACTION_BOOT_COMPLETED
Broadcast Action: This is broadcast once, after the system has finished booting.
String
ACTION_BUG_REPORT
Activity Action: Show activity for reporting a bug.
String
ACTION_CALL
Activity Action: Perform a call to someone specified by the data.
String
ACTION_CALL_BUTTON
Activity Action: The user pressed the "call" button to go to the dialer or other appropriate UI for placing a call.
String
ACTION_CAMERA_BUTTON
Broadcast Action: The "Camera Button" was pressed.
String
ACTION_CHOOSER
Activity Action: Display an activity chooser, allowing the user to pick what they want to before proceeding.
String
ACTION_CLOSE_SYSTEM_DIALOGS
Broadcast Action: This is broadcast when a user action should request a temporary system dialog to dismiss.
String
ACTION_CONFIGURATION_CHANGED
Broadcast Action: The current device Configuration
(orientation, locale, etc) has changed.
String
ACTION_CREATE_DOCUMENT
Activity Action: Allow the user to create a new document.
String
ACTION_CREATE_SHORTCUT
Activity Action: Creates a shortcut.
String
ACTION_DATE_CHANGED
Broadcast Action: The date has changed.
String
ACTION_DEFAULT
A synonym for ACTION_VIEW
, the "standard" action that is performed on a piece of data.
String
ACTION_DELETE
Activity Action: Delete the given data from its container.
String
ACTION_DEVICE_STORAGE_LOW
Broadcast Action: A sticky broadcast that indicates low memory condition on the device
This is a protected intent that can only be sent by the system.
String
ACTION_DEVICE_STORAGE_OK
Broadcast Action: Indicates low memory condition on the device no longer exists
This is a protected intent that can only be sent by the system.
String
ACTION_DIAL
Activity Action: Dial a number as specified by the data.
String
ACTION_DOCK_EVENT
Broadcast Action: A sticky broadcast for changes in the physical docking state of the device.
String
ACTION_DREAMING_STARTED
Broadcast Action: Sent after the system starts dreaming.
String
ACTION_DREAMING_STOPPED
Broadcast Action: Sent after the system stops dreaming.
String
ACTION_EDIT
Activity Action: Provide explicit editable access to the given data.
String
ACTION_EXTERNAL_APPLICATIONS_AVAILABLE
Broadcast Action: Resources for a set of packages (which were previously unavailable) are currently available since the media on which they exist is available.
String
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
Broadcast Action: Resources for a set of packages are currently unavailable since the media on which they exist is unavailable.
String
ACTION_FACTORY_TEST
Activity Action: Main entry point for factory tests.
String
ACTION_GET_CONTENT
Activity Action: Allow the user to select a particular kind of data and return it.
String
ACTION_GET_RESTRICTION_ENTRIES
Broadcast to a specific application to query any supported restrictions to impose on restricted users.
String
ACTION_GTALK_SERVICE_CONNECTED
Broadcast Action: A GTalk connection has been established.
String
ACTION_GTALK_SERVICE_DISCONNECTED
Broadcast Action: A GTalk connection has been disconnected.
String
ACTION_HEADSET_PLUG
Broadcast Action: Wired Headset plugged in or unplugged.
String
ACTION_INPUT_METHOD_CHANGED
Broadcast Action: An input method has been changed.
String
ACTION_INSERT
Activity Action: Insert an empty item into the given container.
String
ACTION_INSERT_OR_EDIT
Activity Action: Pick an existing item, or insert a new item, and then edit it.
String
ACTION_INSTALL_PACKAGE
Activity Action: Launch application installer.
String
ACTION_LOCALE_CHANGED
Broadcast Action: The current device's locale has changed.
String
ACTION_MAIN
Activity Action: Start as a main entry point, does not expect to receive data.
String
ACTION_MANAGED_PROFILE_ADDED
Broadcast sent to the primary user when an associated managed profile is added (the profile was created and is ready to be used).
String
ACTION_MANAGED_PROFILE_REMOVED
Broadcast sent to the primary user when an associated managed profile is removed.
String
ACTION_MANAGE_NETWORK_USAGE
Activity Action: Show settings for managing network data usage of a specific application.
String
ACTION_MANAGE_PACKAGE_STORAGE
Broadcast Action: Indicates low memory condition notification acknowledged by user and package management should be started.
String
ACTION_MEDIA_BAD_REMOVAL
Broadcast Action: External media was removed from SD card slot, but mount point was not unmounted.
String
ACTION_MEDIA_BUTTON
Broadcast Action: The "Media Button" was pressed.
String
ACTION_MEDIA_CHECKING
Broadcast Action: External media is present, and being disk-checked The path to the mount point for the checking media is contained in the Intent.mData field.
String
ACTION_MEDIA_EJECT
Broadcast Action: User has expressed the desire to remove the external storage media.
String
ACTION_MEDIA_MOUNTED
Broadcast Action: External media is present and mounted at its mount point.
String
ACTION_MEDIA_NOFS
Broadcast Action: External media is present, but is using an incompatible fs (or is blank) The path to the mount point for the checking media is contained in the Intent.mData field.
String
ACTION_MEDIA_REMOVED
Broadcast Action: External media has been removed.
String
ACTION_MEDIA_SCANNER_FINISHED
Broadcast Action: The media scanner has finished scanning a directory.
String
ACTION_MEDIA_SCANNER_SCAN_FILE
Broadcast Action: Request the media scanner to scan a file and add it to the media database.
String
ACTION_MEDIA_SCANNER_STARTED
Broadcast Action: The media scanner has started scanning a directory.
String
ACTION_MEDIA_SHARED
Broadcast Action: External media is unmounted because it is being shared via USB mass storage.
String
ACTION_MEDIA_UNMOUNTABLE
Broadcast Action: External media is present but cannot be mounted.
String
ACTION_MEDIA_UNMOUNTED
Broadcast Action: External media is present, but not mounted at its mount point.
String
ACTION_MY_PACKAGE_REPLACED
Broadcast Action: A new version of your application has been installed over an existing one.
String
ACTION_NEW_OUTGOING_CALL
Broadcast Action: An outgoing call is about to be placed.
String
ACTION_OPEN_DOCUMENT
Activity Action: Allow the user to select and return one or more existing documents.
String
ACTION_OPEN_DOCUMENT_TREE
Activity Action: Allow the user to pick a directory subtree.
String
ACTION_PACKAGE_ADDED
Broadcast Action: A new application package has been installed on the device.
String
ACTION_PACKAGE_CHANGED
Broadcast Action: An existing application package has been changed (e.g.
String
ACTION_PACKAGE_DATA_CLEARED
Broadcast Action: The user has cleared the data of a package.
String
ACTION_PACKAGE_FIRST_LAUNCH
Broadcast Action: Sent to the installer package of an application when that application is first launched (that is the first time it is moved out of the stopped state).
String
ACTION_PACKAGE_FULLY_REMOVED
Broadcast Action: An existing application package has been completely removed from the device.
String
ACTION_PACKAGE_INSTALL
This constant was deprecated in API level 14. This constant has never been used.
String
ACTION_PACKAGE_NEEDS_VERIFICATION
Broadcast Action: Sent to the system package verifier when a package needs to be verified.
String
ACTION_PACKAGE_REMOVED
Broadcast Action: An existing application package has been removed from the device.
String
ACTION_PACKAGE_REPLACED
Broadcast Action: A new version of an application package has been installed, replacing an existing version that was previously installed.
String
ACTION_PACKAGE_RESTARTED
Broadcast Action: The user has restarted a package, and all of its processes have been killed.
String
ACTION_PACKAGE_VERIFIED
Broadcast Action: Sent to the system package verifier when a package is verified.
String
ACTION_PASTE
Activity Action: Create a new item in the given container, initializing it from the current contents of the clipboard.
String
ACTION_PICK
Activity Action: Pick an item from the data, returning what was selected.
String
ACTION_PICK_ACTIVITY
Activity Action: Pick an activity given an intent, returning the class selected.
String
ACTION_POWER_CONNECTED
Broadcast Action: External power has been connected to the device.
String
ACTION_POWER_DISCONNECTED
Broadcast Action: External power has been removed from the device.
String
ACTION_POWER_USAGE_SUMMARY
Activity Action: Show power usage information to the user.
String
ACTION_PROVIDER_CHANGED
Broadcast Action: Some content providers have parts of their namespace where they publish new events or items that the user may be especially interested in.
String
ACTION_QUICK_CLOCK
Sent when the user taps on the clock widget in the system's "quick settings" area.
String
ACTION_REBOOT
Broadcast Action: Have the device reboot.
String
ACTION_RUN
Activity Action: Run the data, whatever that means.
String
ACTION_SCREEN_OFF
Broadcast Action: Sent when the device goes to sleep and becomes non-interactive.
String
ACTION_SCREEN_ON
Broadcast Action: Sent when the device wakes up and becomes interactive.
String
ACTION_SEARCH
Activity Action: Perform a search.
String
ACTION_SEARCH_LONG_PRESS
Activity Action: Start action associated with long pressing on the search key.
String
ACTION_SEND
Activity Action: Deliver some data to someone else.
String
ACTION_SENDTO
Activity Action: Send a message to someone specified by the data.
String
ACTION_SEND_MULTIPLE
Activity Action: Deliver multiple data to someone else.
String
ACTION_SET_WALLPAPER
Activity Action: Show settings for choosing wallpaper
Input: Nothing.
String
ACTION_SHUTDOWN
Broadcast Action: Device is shutting down.
String
ACTION_SYNC
Activity Action: Perform a data synchronization.
String
ACTION_SYSTEM_TUTORIAL
Activity Action: Start the platform-defined tutorial
Input: getStringExtra(SearchManager.QUERY)
is the text to search for.
String
ACTION_TIMEZONE_CHANGED
Broadcast Action: The timezone has changed.
String
ACTION_TIME_CHANGED
Broadcast Action: The time was set.
String
ACTION_TIME_TICK
Broadcast Action: The current time has changed.
String
ACTION_UID_REMOVED
Broadcast Action: A user ID has been removed from the system.
String
ACTION_UMS_CONNECTED
This constant was deprecated in API level 14. replaced by android.os.storage.StorageEventListener
String
ACTION_UMS_DISCONNECTED
This constant was deprecated in API level 14. replaced by android.os.storage.StorageEventListener
String
ACTION_UNINSTALL_PACKAGE
Activity Action: Launch application uninstaller.
String
ACTION_USER_BACKGROUND
Sent when a user switch is happening, causing the process's user to be sent to the background.
String
ACTION_USER_FOREGROUND
Sent when a user switch is happening, causing the process's user to be brought to the foreground.
String
ACTION_USER_INITIALIZE
Sent the first time a user is starting, to allow system apps to perform one time initialization.
String
ACTION_USER_PRESENT
Broadcast Action: Sent when the user is present after device wakes up (e.g when the keyguard is gone).
String
ACTION_VIEW
Activity Action: Display the data to the user.
String
ACTION_VOICE_COMMAND
Activity Action: Start Voice Command.
String
ACTION_WALLPAPER_CHANGED
This constant was deprecated in API level 16. Modern applications should useWindowManager.LayoutParams.FLAG_SHOW_WALLPAPER
to have the wallpaper shown behind their UI, rather than watching for this broadcast and rendering the wallpaper on their own.
String
ACTION_WEB_SEARCH
Activity Action: Perform a web search.
intent 支持的action 动作的更多相关文章
- Android 通过Intent调用系统功能和Action动作和服务广播【大全】
1.从google搜索内容 Intent intent = new Intent(); intent.setAction(Intent.ACTION_WEB_SEARCH);intent.putExt ...
- Cocos2dx源码赏析(4)之Action动作
Cocos2dx源码赏析(4)之Action动作 本篇,依然是通过阅读源码的方式来简单赏析下Cocos2dx中Action动画的执行过程.当然,这里也只是通过这种方式来总结下对Cocos2dx引擎的理 ...
- iOS系列 基础篇 07 Action动作和输出口
iOS系列 基础篇 07 Action动作和输出口 目录: 1. 前言及案例说明 2. 什么是动作? 3. 什么是输出口? 4. 实战 5. 结尾 1. 前言及案例说明 上篇内容我们学习了标签和按钮 ...
- 七、Action动作类
七.Action动作类(一般用**Action结尾) 1.编写动作类的三种方式 动作类不实现.也不继承任何的接口和类.即动作类是一个非常普通的JavaBean. public class HelloA ...
- cocos2d-x 3.1.1 学习笔记[3]Action 动作
这些动画貌似都非常多的样子,就所有都创建一次. 代码例如以下: /* 动画*/ auto sp = Sprite::create("card_bg_big_26.jpg"); Si ...
- 【JSP】JSP Action动作标签
Action动作标签简述 JSP action是JSP技术体系内置的一组标签,使用无需导入,或者添加另外的库.JSP action标签都是对Java代码的逻辑的封装.主要使用的是下面这些. 标签 作用 ...
- android开发(26) 和其他应用交换数据方式一,使用intent指定自定义action调用其他程序里的activity,并获得其返回的结果
我们在开发中会遇到和其他应用的交互情形,下面是一个简单的方式.整个的使用类似“使用intent调用系统自带的拍照应用并获得结果”. 先看页面: 我们看看实现步骤. 第一个应用 DEMO1: 1 ...
- action动作类的生命周期
创建:Action动作类每次请求的时候都会创建一个实例对象 销毁:当前action动作类的请求响应完后就消失了 跟javaweb中的HttpServletRequest的生命周期是一样的,struts ...
- cocos2dx中关于Action动作的相关API的具体介绍
//CCMoveBy 创建一个移动的动作 //參数1:移动到目标坐标所需的时间 //參数2:目标坐标 //支持reverse 能够获取其反向动作 //CCMoveTo 一样的 //CCAct ...
随机推荐
- splay模板三合一 luogu2042 [NOI2005]维护数列/bzoj1500 [NOI2005]维修数列 | poj3580 SuperMemo | luogu3391 【模板】文艺平衡树(Splay)
先是维修数列 题解看这里,但是我写的跑得很慢 #include <iostream> #include <cstdio> using namespace std; int n, ...
- 一个通用的分页存储过程实现-SqlServer(附上sql源码,一键执行即刻搭建运行环境)
使用前提 查询表必须有ID字段,且该字段不能重复,建议为自增主键 背景 如果使用ADO.NET进行开发,在查询分页数据的时候一般都是使用分页存储过程来实现的,本文提供一种通用的分页存储过程,只需要传入 ...
- Leetcode 477.汉明距离总和
汉明距离总和 两个整数的 汉明距离 指的是这两个数字的二进制数对应位不同的数量. 计算一个数组中,任意两个数之间汉明距离的总和. 示例: 输入: 4, 14, 2 输出: 6 解释: 在二进制表示中, ...
- [automator篇][9] 列表,找孩子
private boolean ClickByCollInfo(int CLICK, String classname, String id, String text) { UiSelector ui ...
- java EE技术体系——CLF平台API开发注意事项(2)——后端测试
前言:上篇博客说到了关于开发中的一些情况,这篇博客主要说明一些关于测试的内容. 一.宏观说明 要求:每一个API都必须经过测试. 备注:如果涉及到服务间调用(如权限和基础数据),而对方服务不可用时 ...
- FTP的搭建过程,以及遇到的坑
在之前的博客中,我有说到,我最喜欢用Yum在线安装的方式安装软件,简单省事儿.现在看来,也不尽然,关键是,无法快速找到我要的文件,整个whereis 也很累.所以,现在觉得,还是乖乖的整个压缩包,自行 ...
- js只能输入汉字
var reg = new RegExp("[\\u4E00-\\u9FFF]+","g"); if(reg.test(val)){ al ...
- OGNL表达式详解
OGNL表达式标签中的值有三种: 1.直接是OGNL表达式. 2.字符串需转义自OGNL表达式. 1)OGNL表达式转换为字符串显示,需要用''(单引号)引起来. 2)转为OGNL表达式的字符串,需要 ...
- Dancing Links 模板
struct dl{ // x: line, y: column struct node{ int c, left, right, up, down; }; vector<node> a; ...
- bzoj 1137 [POI2009]Wsp 岛屿
题目大意 Byteotia岛屿是一个凸多边形.城市全都在海岸上.按顺时针编号1到n.任意两个城市之间都有一条笔直的道路相连.道路相交处可以自由穿行.有一些道路被游击队控制了,不能走,但是可以经过这条道 ...