Delete SMS in Android 1.5

前端 未结 5 509
借酒劲吻你
借酒劲吻你 2020-12-02 21:27

There are many questions about it, no answers are working in my application :(

I need to remove SMS from a receiver, even if the user can see it, but it must be remo

5条回答
  •  抹茶落季
    2020-12-02 22:09

    What's the value of deleteUri?

    Are you sure that the SMS has been written to the local storage before you're trying to delete it? If you're handling the SMS_RECEIVED broadcast, it's not guaranteed that the SMS will have been processed by the native SMS app yet...

    Also, I would note that the SMS content provider API isn't publicly documented by Android and could be subject to change in the future. But if you're only targeting Android 1.5 (or current devices), then you may be ok.

提交回复
热议问题