摘要: 1 package com.example.contentobserverdemo; 2 3 import android.app.Activity; 4 import android.app.ActionBar; 5 import android.app.Fragment; 6 import ... 阅读全文
posted @ 2015-04-22 15:57 尾巴草 阅读(488) 评论(0) 推荐(0)
摘要: public void backupSms(View v) { // 1. 查出所有的短信 Uri uri = Uri.parse("content://sms/"); ContentResolver resolver = getContentResolver(); Cursor cur... 阅读全文
posted @ 2015-04-22 14:23 尾巴草 阅读(155) 评论(0) 推荐(0)