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

java - How to print docx and pdf? -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

java - IntelliJ to move a class along with conflicted classes to a new package? -