android - save values sms more than one -


i have code this, how add 1 value. adding key value,this not work. //val.put("key", key);

contentvalues val=new contentvalues();         val.put("address", no);          val.put("body", pesan);          getcontentresolver().insert(uri.parse("content://sms/sent"), val); 


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -