我的问题是我使用这样的代码导入content://sms/inbox
中的短信,但它无效:
ContentValues my_values = new ContentValues();
my_values.put("address", "333333333333");
my_values.put("body", "this is my text");
getContentResolver().insert(Uri.parse("content://sms/inbox"), my_values);
此外,我尝试了在本网站上找到的其他解决方案,但没有任何帮助我。
感谢谁来解决这个问题。
答案 0 :(得分:0)
首先你的应用程序应该是默认短信应用程序,之后你可以做同样的