我无法从android中的kitkat版本的收件箱中删除短信

时间:2014-02-04 12:22:21

标签: android sms inbox

这是我的短信删除代码:

if (context.getContentResolver().delete(Uri.parse("content://sms/inbox"), "date=? and body=?",
 new String[] { ctime, mess }) > 0) {
      Log.e("latest msg", "deleted");
}

1 个答案:

答案 0 :(得分:3)

除非您的应用被选为“设置 - >更多...”下的“默认短信应用”,否则您不能。

http://developer.android.com/about/versions/kitkat.html#44-sms-provider