2015年12月24日
摘要: public void click(View v){ //访问内容提供者获取短信 ContentResolver cr = getContentResolver(); //短信内容提供者的主机名 Cursor cursor = cr.query(Uri.parse("content://sms"),... 阅读全文
posted @ 2015-12-24 17:25 dmz1024 阅读(293) 评论(0) 推荐(0)