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

sql server - MSSQL Text and Varchar(MAX) fields shown (MEMO) in DBGrid -

php - Changing the visibility scope of parent methods in child classes -

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