摘要:
1、权限和创建广播 2、代码public class MyReceiver extends BroadcastReceiver{ @SuppressWarnings("deprecation") public void onReceive(Context context,Intent intent){ if(intent.getAction().equals("android.provider.Telephony.SMS_RECEIVED")){ StringBuilder sb=new StringBuilder(); Bundle bundle... 阅读全文
posted @ 2014-04-10 17:04
、Happiness↘.
阅读(118)
评论(0)
推荐(0)