Android中广播的基本使用及说明

一、Android广播发送及广播类型html 广播发送的基本代码:android Intent intent = new Intent(); intent.setAction(Constant.WAIT_BROADCAST_ACTION); context.sendBroadcast(intent); 根据广播的发送方式,能够将其分为如下几种类型:缓存 1)普通广播 Normal Broadca
相关文章
相关标签/搜索