- 浏览: 661552 次
- 性别:
- 来自: 深圳
文章分类
最新评论
-
ZHOU452840622:
少了一个构造函数 晕
Android画图之Matrix(一) -
ZHOU452840622:
06-30 17:39:19.193: E/AndroidRu ...
Android画图之Matrix(一) -
ZHOU452840622:
为什么报错哦
Android画图之Matrix(一) -
悬空90:
只是获取activity的名字而已, 没有实例。 反射 ...
获取屏幕上正在显示的activity -
night_iv:
重写下面两个函数EditText完全作废,点击没有反应没有光标 ...
Android自由选择TextView的文字
Api Level 3:(SDK 1.5)
android.bluetooth.a2dp.intent.action.SINK_STATE_CHANGED android.bluetooth.intent.action.BLUETOOTH_STATE_CHANGED android.bluetooth.intent.action.BOND_STATE_CHANGED_ACTION android.bluetooth.intent.action.DISCOVERY_COMPLETED android.bluetooth.intent.action.DISCOVERY_STARTED android.bluetooth.intent.action.HEADSET_ADUIO_STATE_CHANGED android.bluetooth.intent.action.HEADSET_STATE_CHANGED android.bluetooth.intent.action.NAME_CHANGED android.bluetooth.intent.action.PAIRING_CANCEL android.bluetooth.intent.action.PAIRING_REQUEST android.bluetooth.intent.action.REMOTE_DEVICE_CONNECTED android.bluetooth.intent.action.REMOTE_DEVICE_DISAPPEARED android.bluetooth.intent.action.REMOTE_DEVICE_DISAPPEARED android.bluetooth.intent.action.REMOTE_DEVICE_DISCONNECTED android.bluetooth.intent.action.REMOTE_DEVICE_DISCONNECT_REQUESTED android.bluetooth.intent.action.REMOTE_DEVICE_FOUND android.bluetooth.intent.action.REMOTE_NAME_FAILED android.bluetooth.intent.action.REMOTE_NAME_UPDATED android.bluetooth.intent.action.SCAN_MODE_CHANGED android.intent.action.AIRPLANE_MODE android.intent.action.BATTERY_CHANGED android.intent.action.BATTERY_LOW android.intent.action.BOOT_COMPLETED android.intent.action.CAMERA_BUTTON android.intent.action.CONFIGURATION_CHANGED android.intent.action.DATA_SMS_RECEIVED android.intent.action.DATE_CHANGED android.intent.action.DEVICE_STORAGE_LOW android.intent.action.DEVICE_STORAGE_OK android.intent.action.GTALK_CONNECTED android.intent.action.GTALK_DISCONNECTED android.intent.action.HEADSET_PLUG android.intent.action.INPUT_METHOD_CHANGED android.intent.action.MANAGE_PACKAGE_STORAGE android.intent.action.MEDIA_BAD_REMOVAL android.intent.action.MEDIA_BUTTON android.intent.action.MEDIA_CHECKING android.intent.action.MEDIA_EJECT android.intent.action.MEDIA_MOUNTED android.intent.action.MEDIA_NOFS android.intent.action.MEDIA_REMOVED android.intent.action.MEDIA_SCANNER_FINISHED android.intent.action.MEDIA_SCANNER_SCAN_FILE android.intent.action.MEDIA_SCANNER_STARTED android.intent.action.MEDIA_SHARED android.intent.action.MEDIA_UNMOUNTABLE android.intent.action.MEDIA_UNMOUNTED android.intent.action.NEW_OUTGOING_CALL android.intent.action.PACKAGE_ADDED android.intent.action.PACKAGE_CHANGED android.intent.action.PACKAGE_DATA_CLEARED android.intent.action.PACKAGE_INSTALL android.intent.action.PACKAGE_REMOVED android.intent.action.PACKAGE_REPLACED android.intent.action.PACKAGE_RESTARTED android.intent.action.PHONE_STATE android.intent.action.PROVIDER_CHANGED android.intent.action.REBOOT android.intent.action.SCREEN_OFF android.intent.action.SCREEN_ON android.intent.action.TIMEZONE_CHANGED android.intent.action.TIME_SET android.intent.action.TIME_TICK android.intent.action.UID_REMOVED android.intent.action.UMS_CONNECTED android.intent.action.UMS_DISCONNECTED android.intent.action.USER_PRESENT android.intent.action.WALLPAPER_CHANGED android.media.AUDIO_BECOMING_NOISY android.media.RINGER_MODE_CHANGED android.media.VIBRATE_SETTING_CHANGED android.net.conn.BACKGROUND_DATA_SETTING_CHANGED android.net.wifi.NETWORK_IDS_CHANGED android.net.wifi.RSSI_CHANGED android.net.wifi.SCAN_RESULTS android.net.wifi.STATE_CHANGE android.net.wifi.WIFI_STATE_CHANGED android.net.wifi.supplicant.CONNECTION_CHANGE android.net.wifi.supplicant.STATE_CHANGE android.provider.Telephony.SIM_FULL android.provider.Telephony.SMS_RECEIVED android.provider.Telephony.WAP_PUSH_RECEIVED com.google.gservices.intent.action.GSERVICES_CHANGED
Api Level 4增加的:(SDK 1.6)
android.intent.action.ACTION_POWER_CONNECTED android.intent.action.ACTION_POWER_DISCONNECTED android.intent.action.ACTION_SHUTDOWN android.intent.action.BATTERY_OKAY android.speech.tts.TTS_QUEUE_PROCESSING_COMPLETED android.speech.tts.engine.TTS_DATA_INSTALLED com.google.gservices.intent.action.GSERVICES_OVERRIDE
Api Level 5(SDK 2.0)蓝牙部分全部修改,修改后的
android.bluetooth.a2dp.action.SINK_STATE_CHANGED android.bluetooth.adapter.action.DISCOVERY_FINISHED android.bluetooth.adapter.action.DISCOVERY_STARTED android.bluetooth.adapter.action.LOCAL_NAME_CHANGED android.bluetooth.adapter.action.SCAN_MODE_CHANGED android.bluetooth.adapter.action.STATE_CHANGED android.bluetooth.device.action.ACL_CONNECTED android.bluetooth.device.action.ACL_DISCONNECTED android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED android.bluetooth.device.action.BOND_STATE_CHANGED android.bluetooth.device.action.CLASS_CHANGED android.bluetooth.device.action.FOUND android.bluetooth.device.action.NAME_CHANGED android.bluetooth.devicepicker.action.DEVICE_SELECTED android.bluetooth.devicepicker.action.LAUNCH android.bluetooth.headset.action.AUDIO_STATE_CHANGED android.bluetooth.headset.action.STATE_CHANGED
然后增加的有
android.intent.action.DOCK_EVENT android.provider.Telephony.SMS_REJECTED
Api Level 6(SDK 2.0.1)没有改变。
Api Level 7(SDK 2.1)增加的:
android.intent.action.LOCALE_CHANGED
Api Level 8(SDK 2.2)增加的:
android.app.action.ACTION_PASSWORD_CHANGED android.app.action.ACTION_PASSWORD_FAILED android.app.action.ACTION_PASSWORD_SUCCEEDED android.app.action.DEVICE_ADMIN_DISABLED android.app.action.DEVICE_ADMIN_DISABLE_REQUESTED android.app.action.DEVICE_ADMIN_ENABLED android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE android.media.SCO_AUDIO_STATE_CHANGED
发表评论
-
Android开发减少方法数的建议
2015-11-04 11:40 1986现在的Android应用越来越庞大,开发者越来越 ... -
应用程序动态全屏和退出全屏
2011-03-24 14:48 6423让程序全屏的方法,大家都知道,那是静态的,程序运 ... -
给Android程序签署platform权限的名
2010-11-04 16:42 6199做Home程序的时候,由于需要提供时间日期的设置功能, ... -
Android画图之抗锯齿
2010-10-26 15:25 32852在画图的时候,图片如果旋转或缩放之后,总是会出现那些华 ... -
给EditText加上输入提示
2010-09-11 21:43 3126对于EditText控件来说可能需要用户输入提示, ... -
解决Android的ListView控件滚动时背景变黑
2010-09-11 21:38 8839如果大家在非黑色背景下使用ListView控件时, ... -
Android获取外部和内部存储空间总大小和可用大小
2010-09-11 12:12 22331android.os下的StatF ... -
判断一个activity是否存在于系统中
2010-09-03 17:38 9025已知包名和类名,如何判断这个activity是否在系统 ... -
获取屏幕上正在显示的activity
2010-09-03 15:44 20459用过ActivityManager的童 ... -
Android获取状态栏和标题栏的高度
2010-09-02 14:51 5991也许有时候你会有这样的需求:得到状态栏或者标题栏的高度 ... -
startActivity的requires new task异常解析
2010-07-29 22:09 16186很多人使用startActivity时候,会碰到如下的 ... -
在一个apk中调用另外一个apk中的activity
2010-07-29 21:50 4511其实,这本来是一 ... -
Android系统常用Intent大全
2010-07-29 21:27 50441.从google搜索内容 Intent intent = ... -
Android全屏的两种方法
2010-07-17 19:09 5723第一种方法,在代码里面直接写。 requestWin ... -
ScaleAnimation代码实现的pivot问题
2010-06-17 17:30 3058用hardcode写动画遇到一个问题,pivo ... -
合并apk和odex的方法
2010-06-10 15:09 26787有时候发 ... -
Android中的category大全
2010-06-07 13:00 13695Api Level 3(SDK 1.5)和Api Level ... -
Android中Activity的Intent大全
2010-06-07 11:48 4495Api Level 3: (SDK 1.5) android ...
相关推荐
在Android系统中,Broadcast(广播)和Intent是两个至关重要的组件,它们构成了应用程序间通信的基础。Broadcast用于在应用程序之间传递消息,而Intent则扮演着触发操作的“信使”角色。理解并熟练运用这两个概念,...
- `putExtra()`: 用于添加额外的数据到Intent中,例如字符串、整数、布尔值等,以便在目标组件中通过`getExtras()`获取。 - `setFlags()`: 设置Intent的标志,影响Intent的处理方式,如FLAG_ACTIVITY_NEW_TASK用于...
本项目将Android中的Intent总结了一遍。主要有四个项目,Intent_Intent项目是简单的Intent跳转(setActivityResult);Intent_broadcast主要是静态广播的注册;Intent_broadcastdynamic主要介绍动态广播的注册;...
9. **Broadcast Intent**:Intent还能用于广播事件,通过发送BroadcastIntent,可以将消息广播给所有注册了相应BroadcastReceiver的应用组件。 10. **PendingIntent**:PendingIntent是一个特殊的Intent,它可以被...
在Android开发中,Intent是一种非常重要的组件间通信机制。它被用来启动活动(Activity)、服务(Service)或者广播接收器(Broadcast Receiver),并且可以传递数据和执行动作。本篇文章将详细解析Intent的用法。 ...
### Android Intent用法大全 #### 概述 在Android开发中,`Intent`是一个非常重要的概念,它主要用于组件之间的通信,比如启动一个Activity、服务、广播接收器等。本篇文章将详细介绍Intent的各种常见用法,包括但...
在Android操作系统中,Intent是一种强大的组件间通信机制,它允许应用程序的不同部分之间传递消息和启动操作。本资源“安卓Android源码——Intent.rar”可能包含了Intent的详细源代码分析,帮助开发者深入理解Intent...
在Android开发中,Intent是一个至关重要的概念,它充当着应用程序组件间通信的桥梁。Intent不仅用于启动活动(Activity)或服务(Service),还能传递数据、启动广播接收器(BroadcastReceiver)。下面将深入探讨...
在Android系统中,广播接收器(Broadcast Receiver)是一种重要的组件,它允许应用程序对全局系统事件做出响应。在给定的标题"android.intent.action.TIME_TICK"中,涉及的是一个特定的系统广播,当系统时间每分钟...
在Android系统中,Broadcast(广播)是一种非常重要的组件,它允许应用程序之间进行异步通信,无需两者之间有明确的依赖关系。BroadcastReceiver(广播接收器)是广播机制的核心,它可以监听系统或应用发送的广播...
在显式Intent中,我们通过`setComponent(ComponentName)`方法或者在Intent构造函数中传入ComponentName来指定目标组件。这种方式主要用于在同一应用内部通信,因为外部应用通常无法访问到内部组件的详细信息。 2. ...
在Android开发中,Intent是一个非常核心且至关重要的组件,它扮演着应用程序内部或应用程序之间通信的桥梁角色。Intent主要用于启动活动(Activity)、服务(Service)或者广播接收器(BroadcastReceiver),并传递...
在Android开发中,Intent是一种非常重要的组件,它用于在应用程序之间建立通信桥梁,实现不同组件间的交互。Intent不仅可以启动活动(Activity)、服务(Service),还能广播(Broadcast)消息。在这个文档中,我们...
在安卓(Android)系统中,Intent 是一个非常关键的组件,它充当了应用程序之间通信的桥梁。Intent 可用于启动活动(Activity)、服务(Service),传递数据,甚至启动广播接收器(Broadcast Receiver)。本压缩包...
1. **显式Intent**:在显式Intent中,我们需要明确指定目标组件的Class信息。通过设置`setComponent(ComponentName)`或`setClassName(String package, String className)`方法,我们可以精确地指定要启动的Activity...
在Android系统中,Broadcast(广播)是一种非常重要的组件,它使得应用程序之间能够进行无状态的信息传递,即使这些应用并未在运行。Broadcast机制是Android事件驱动模型的核心部分,它允许应用程序在系统级别发布和...
在Android操作系统中,Intent是一种强大的组件间通信机制,它用于启动其他应用程序组件,如Activity、Service,甚至BroadcastReceiver。Intent不仅能够传递数据,还能在应用的不同部分之间建立连接,是Android开发中...
- **发送广播**:通过`broadcastIntent()`方法将Intent发送给任何感兴趣的BroadcastReceiver组件。 - **与服务交互**:利用`startService(Intent)`或`bindService(Intent, ServiceConnection, int)`方法与后台运行的...