Android开发action使用方法大全
android开发action使用方法大全,android.intent.action.battery_changed
充电状态,或者电池的电量发生变化
android.intent.action.boot_completed
在启动后,这个动作被广播一次(只有一次)
android.intent.action.cff
语音电话的呼叫转移状态已经改变
android.intent.action.configuration_changed
设备的配置信息已经改变,参见 resources.configuration
android.intent.action.data_activity
电话的数据活动(data activity)状态(即收发数据的状态)已经改变
android.intent.action.data_state
电话的数据连接状态已经改变
android.intent.action.date_changed
日期被改变
android.server.checkin.fota_cancel
取消所有被挂起的 (pending) 更新下载
android.server.checkin.fota_install
更新已经被确认,马上就要开始安装
android.server.checkin.fota_ready
更新已经被下载,可以开始安装
android.server.checkin.fota_restart
恢复已经停止的更新下载
android.server.checkin.fota_update
通过 ota 下载并安装操作系统更新
android.intent.action.mediabutton
用户按下了”media button”
android.intent.action.media_bad_removal
扩展介质(扩展卡)已经从 sd 卡插槽拔出,但是挂载点 (mount point) 还没解除 (unmount)
android.intent.action.media_eject
用户想要移除扩展介质(拔掉扩展卡)
android.intent.action.media_mounted
扩展介质被插入,而且已经被挂载
android.intent.action.media_removed
扩展介质被移除
android.intent.action.media_scanner_finished
已经扫描完介质的一个目录
android.intent.action.media_scanner_started
开始扫描介质的一个目录
android.intent.action.media_shared
扩展介质的挂载被解除 (unmount),因为它已经作为 usb 大容量存储被共享
android.intent.action.media_unmounted
扩展介质存在,但是还没有被挂载 (mount)
android.intent.action.mwi
电话的消息等待(语音邮件)状态已经改变
android.intent.action.network_tickle_received
设备收到了新的网络 “tickle” 通知
android.intent.action.package_added
设备上新安装了一个应用程序包
android.intent.action.package_removed
设备上删除了一个应用程序包
android.intent.action.phone_state
电话状态已经改变
android.intent.action.provider_changed
更新将要(真正)被安装
android.intent.action.provisioning_check
要求 polling of provisioning service 下载最新的设置
android.intent.action.screen_off
屏幕被关闭
android.intent.action.screen_on
屏幕已经被打开
android.intent.action.service_state
电话服务的状态已经改变
android.intent.action.sig_str
电话的信号强度已经改变
android.intent.action.statistics_report
要求 receivers 报告自己的统计信息
android.intent.action.statistics_state_changed
统计信息服务的状态已经改变
android.intent.action.timezone_changed
时区已经改变
android.intent.action.wallpaper_changed
系统的墙纸已经改变
android.intent.action.xmpp_connected
xmpp 连接已经被建立
android.intent.action.xmpp_di
xmpp 连接已经被断开
android.intent.action.time_set
时间已经改变(重新设置)
android.intent.action.time_tick
当前时间已经变化(正常的时间流逝)
android.intent.action.ums_connected
设备进入 usb 大容量存储模式。
android.intent.action.ums_disconnected
设备从 usb 大容量存储模式退出
call_state_idle
电话来电挂断
call_state_ringing
电话来电等待接听
call_state_offhook
电话来电挂断
推荐阅读
-
Android开发之OkHttpUtils的具体使用方法
-
Android开发之SQLite的使用方法
-
Android开发教程之Fragment定义、创建与使用方法详解【包含Activity通讯,事务执行等】
-
Android 广播大全 Intent Action 事件详解
-
Android编程开发之打开文件的Intent及使用方法
-
android开发教程之android的handler使用方法
-
android开发教程之listview使用方法
-
android开发教程之系统资源的使用方法 android资源文件
-
Android开发中TextView各种常见使用方法小结
-
android开发教程之startActivityForResult使用方法