2010-02-22 11 views

Répondre

1
do { 
    body.add(cursor.getString(3)); 
    values1.put("body", "Update 1" + cursor.getString(3)); 
    getContentResolver().update(Uri.parse("content://sms/inbox"), values1, 
     "_id=" + cursor.getInt(0), null); 
} while (cursor.moveToNext()); 
Questions connexes