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
Post a Comment