摘要:
1、监听广播缺点,因为优先级的原因可能接收不到。代码:public static final String TAG = "ImiChatSMSReceiver"; public static final String SMS_RECEIVED_ACTION = "android.provider.Telephony.SMS_RECEIVED"; public void onReceive(Context context, Intent intent) { if (intent.getAction().equals(SMS_RECEIVED_ACTION) 阅读全文
posted @ 2012-09-24 18:11
lipeil
阅读(4218)
评论(0)
推荐(0)

浙公网安备 33010602011771号