13.系统级别事件处理之广播broadcast
摘要:
myactivityintent.setAction(ACTION);sendBroadcast(intent);//////////////xml注册<receiver android:name=".service.MyReceiver" android:label="@string/app_name"> <intent-filter ><action android:name="android.provider.Telephony.SMS_RECEIVED"/></intent-filte 阅读全文
posted @ 2012-07-30 21:16
SuperbookKing
阅读(171)
评论(0)
推荐(0)