标签: android sms
我有这样的代码,如何添加一个值。 添加键值,这不起作用。 //Val.put("key“,key);
ContentValues Val=new ContentValues(); Val.put("address", no); Val.put("body", pesan); getContentResolver().insert(Uri.parse("content://sms/sent"), Val);