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

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -