博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Android Action
阅读量:2157 次
发布时间:2019-05-01

本文共 6767 字,大约阅读时间需要 22 分钟。

BroadcastReceiver_ACTION:

ACTION_AIRPLANE_MODE_CHANGED "android.intent.action.AIRPLANE_MODE"  --用户切换飞行模式

ACTION_BATTERY_CHANGED "android.intent.action.BATTERY_CHANGED"  --这是一个粘性广播包含充电状态,水平,电池和其他信息
ACTION_BATTERY_LOW "android.intent.action.BATTERY_LOW"  --电池电量过低
ACTION_BOOT_COMPLETED "android.intent.action.BOOT_COMPLETED" --系统启动完成执行一次
ACTION_CAMERA_BUTTON "android.intent.action.CAMERA_BUTTON"  --按下相机按钮
ACTION_BATTERY_OKAY   --电池电量由低变高
ACTION_CLOSE_SYSTEM_DIALOGS "android.intent.action.CLOSE_SYSTEM_DIALOGS"  --This is broadcast when a user action should request a temporary system dialog to dismiss (关闭系统窗口?)
ACTION_CONFIGURATION_CHANGED "android.intent.action.CONFIGURATION_CHANGED"  --当前设备配置(定位、区域等)已经改变了
ACTION_DATE_CHANGED "android.intent.action.DATE_CHANGED"  --日期改变了
ACTION_DEVICE_STORAGE_LOW "android.intent.action.DEVICE_STORAGE_LOW"  --内存低(受保护,只能由系统发送)
ACTION_DEVICE_STORAGE_OK "android.intent.action.DEVICE_STORAGE_OK" --内存由低变高(受保护,只能由系统发送)
ACTION_GTALK_SERVICE_CONNECTED "android.intent.action.GTALK_CONNECTED"  --GTalk连接已经建立
ACTION_GTALK_SERVICE_DISCONNECTED "android.intent.action.GTALK_DISCONNECTED" --GTalk连接已经断开连接
ACTION_HEADSET_PLUG "android.intent.action.HEADSET_PLUG" --有线耳机插入或拔出
ACTION_INPUT_METHOD_CHANGED "android.intent.action.INPUT_METHOD_CHANGED" --切换输入方法
ACTION_MANAGE_PACKAGE_STORAGE "android.intent.action.MANAGE_PACKAGE_STORAGE" -- Indicates low memory condition notification acknowledged by user and package management should be started
ACTION_MEDIA_BAD_REMOVAL "android.intent.action.MEDIA_BAD_REMOVAL"  --外部媒体从插巢移除
ACTION_MEDIA_BUTTON "android.intent.action.MEDIA_BUTTON"  --媒体”按钮被按下
ACTION_MEDIA_CHECKING "android.intent.action.MEDIA_CHECKING"  --存在外部媒体,磁盘检查挂载点的路径中包含的检查媒体意图。mData字段
ACTION_MEDIA_EJECT "android.intent.action.MEDIA_EJECT"  --用户移除外部存储媒体。
ACTION_MEDIA_MOUNTED "android.intent.action.MEDIA_MOUNTED"  --外部媒体存在和安装在挂载点
ACTION_MEDIA_NOFS "android.intent.action.MEDIA_NOFS"  --外部媒体存在,而是使用一个不兼容的fs(或者是空白)挂载点的路径中包含的检查媒体意图。mData字段。
ACTION_MEDIA_REMOVED "android.intent.action.MEDIA_REMOVED"  --外部媒体已被删除
ACTION_MEDIA_SCANNER_FINISHED "android.intent.action.MEDIA_SCANNER_FINISHED"  --媒体扫描仪完成扫描一个目录
ACTION_MEDIA_SCANNER_SCAN_FILE "android.intent.action.MEDIA_SCANNER_SCAN_FILE" --请求媒体扫描仪扫描一个文件,并将它添加到媒体数据库
ACTION_MEDIA_SCANNER_STARTED "android.intent.action.MEDIA_SCANNER_STARTED" --媒体扫描仪已经开始扫描一个目录
ACTION_MEDIA_SHARED "android.intent.action.MEDIA_SHARED"  --外部媒体是卸载的,因为它是通过USB大容量存储共享。
ACTION_MEDIA_UNMOUNTABLE "android.intent.action.MEDIA_UNMOUNTABLE"  --外部媒体存在但不能安装
ACTION_MEDIA_UNMOUNTED "android.intent.action.MEDIA_UNMOUNTED" --外部媒体存在,但不是安装在挂载点
ACTION_NEW_OUTGOING_CALL "android.intent.action.NEW_OUTGOING_CALL"  --一个外向呼叫将被放置
ACTION_PACKAGE_ADDED "android.intent.action.PACKAGE_ADDED"  --一个新的应用程序包已经安装在设备上
ACTION_PACKAGE_CHANGED "android.intent.action.PACKAGE_CHANGED"  --现有的应用程序包改变了
ACTION_PACKAGE_REMOVED "android.intent.action.PACKAGE_REMOVED"  --现有的应用程序包已从设备中删除
ACTION_PACKAGE_RESTARTED "android.intent.action.PACKAGE_RESTARTED"  --用户启动一个包,所有被杀害的过程。
ACTION_POWER_CONNECTED "android.intent.action.POWER_CONNECTED" --外电源已连接到设备
ACTION_POWER_DISCONNECTED "android.intent.action.POWER_DISCONNECTED" --外部电源已经从设备中删除
ACTION_PROVIDER_CHANGED "android.intent.action.PROVIDER_CHANGED"  -- Some content providers have parts of their namespace where they publish new events or items that the user may be especially interested in.
ACTION_REBOOT "android.intent.action.REBOOT" --设备重新启动
ACTION_SCREEN_OFF "android.intent.action.SCREEN_OFF"  --关闭屏幕
ACTION_SCREEN_ON "android.intent.action.SCREEN_ON"  --打开屏幕
ACTION_TIMEZONE_CHANGED "android.intent.action.TIMEZONE_CHANGED" --时区改变了
ACTION_TIME_CHANGED "android.intent.action.TIME_SET"  --The time was set (设置时间?)
ACTION_TIME_TICK "android.intent.action.TIME_TICK" --当前时间改变了
ACTION_UID_REMOVED "android.intent.action.UID_REMOVED"  --一个用户ID已经从系统中删除
ACTION_SHUTDOWN "android.intent.action.ACTION_SHUTDOWN"--设备关闭
ACTION_DOCK_EVENT "android.intent.extra.DOCK_STATE" --物理对接状态的变化
ACTION_DREAMING_STARTED "android.intent.action.DREAMING_STARTED"--当设备闲置(无操作)进入白日梦模式
ACTION_DREAMING_STOPPED "android.intent.action.DREAMING_STOPPED"--退出白日梦模式
ACTION_EXTERNAL_APPLICATIONS_AVAILABLE "android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE"--Resources for a set of packages (which were previously unavailable) are currently available since the media on which they exist is available.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE  "android.intent.extra.changed_package_list"--Resources for a set of packages are currently unavailable since the media on which they exist is unavailable
ACTION_GET_RESTRICTION_ENTRIES "android.intent.extra.restrictions_bundle"--Broadcast to a specific application to query any supported restrictions to impose on restricted users.
ACTION_LOCALE_CHANGED "android.intent.action.LOCALE_CHANGED"--当前设备的语言环境已经改变了
ACTION_MY_PACKAGE_REPLACED  "android.intent.action.MY_PACKAGE_REPLACED"--您的应用程序的新版本已经存在
ACTION_PACKAGE_DATA_CLEARED "android.intent.action.PACKAGE_DATA_CLEARED"--用户清除了一个包的数据
ACTION_PACKAGE_FIRST_LAUNCH  "android.intent.action.PACKAGE_FIRST_LAUNCH"--发送到应用程序的安装程序包时,首次启动应用程序(即第一次搬出去的停止状态)
ACTION_PACKAGE_FULLY_REMOVED "android.intent.action.PACKAGE_FULLY_REMOVED"--现有的应用程序包已经完全从设备中删除。
ACTION_PACKAGE_NEEDS_VERIFICATION "android.intent.action.PACKAGE_NEEDS_VERIFICATION"--发送到系统包验证人当一个包需要验证。
ACTION_PACKAGE_REPLACED "android.intent.action.PACKAGE_REPLACED"--新版本的应用程序包安装,替换现有的版本之前安装的
ACTION_PACKAGE_VERIFIED "android.intent.action.PACKAGE_VERIFIED"--Sent to the system package verifier when a package is verified.
ACTION_USER_PRESENT "android.intent.action.USER_PRESENT"--当设备被唤醒,用户存在
---------------------------------------------------------ACTIVITY_ACTION----------------------------------------------------------------------------------------------------
ACTION_ALL_APPS "android.intent.action.ALL_APPS"  -- List all available applications Input: Nothing.
ACTION_ANSWER "android.intent.action.ANSWER"  --处理传入的电话
ACTION_BUG_REPORT "android.intent.action.BUG_REPORT"  --Show activity for reporting a bug
ACTION_CALL "android.intent.action.CALL"  --执行调用一个指定的数据
ACTION_CALL_BUTTON "android.intent.action.CALL_BUTTON"  --按下拨号键
ACTION_CHOOSER "android.intent.action.CHOOSER"  --显示一个activity选择界面,允许用户选择他们想要的东西之后再继续
ACTION_DIAL "android.intent.action.DIAL"  -- 拨一个号码作为指定的数据
ACTION_EDIT "android.intent.action.EDIT"  -- 提供明确的可编辑访问给定的数据
ACTION_FACTORY_TEST "android.intent.action.FACTORY_TEST"  --工厂测试的主要入口点
ACTION_GET_CONTENT "android.intent.action.GET_CONTENT" --允许用户选择特定类型的数据并返回它
ACTION_INSERT "android.intent.action.INSERT"  --容器中插入一个空item
ACTION_INSERT_OR_EDIT "android.intent.action.INSERT_OR_EDIT"  --选择一个现有的项目,或插入一个新项,然后编辑它
ACTION_MAIN "android.intent.action.MAIN" --开始作为一个主要入口点,不希望接收数据
ACTION_INSTALL_PACKAGE --启动应用程序安装程序
ACTION_MANAGE_NETWORK_USAGE --显示设置管理网络数据使用一个特定的应用程序
ACTION_OPEN_DOCUMENT --允许用户选择并返回一个或多个现有文档

转载地址:http://tsmwb.baihongyu.com/

你可能感兴趣的文章
Chrome开发者工具
查看>>
【LEETCODE】102-Binary Tree Level Order Traversal
查看>>
【LEETCODE】106-Construct Binary Tree from Inorder and Postorder Traversal
查看>>
【LEETCODE】202-Happy Number
查看>>
和机器学习和计算机视觉相关的数学
查看>>
十个值得一试的开源深度学习框架
查看>>
【LEETCODE】240-Search a 2D Matrix II
查看>>
【LEETCODE】53-Maximum Subarray
查看>>
【LEETCODE】215-Kth Largest Element in an Array
查看>>
【LEETCODE】241-Different Ways to Add Parentheses
查看>>
【LEETCODE】312-Burst Balloons
查看>>
【LEETCODE】232-Implement Queue using Stacks
查看>>
【LEETCODE】225-Implement Stack using Queues
查看>>
【LEETCODE】155-Min Stack
查看>>
【LEETCODE】20-Valid Parentheses
查看>>
【LEETCODE】290-Word Pattern
查看>>
【LEETCODE】36-Valid Sudoku
查看>>
【LEETCODE】205-Isomorphic Strings
查看>>
【LEETCODE】204-Count Primes
查看>>
【LEETCODE】228-Summary Ranges
查看>>