Skip to content
Advertisement

Delete SMS in Android 1.5

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 removed programmatically.

How can I do it?

The most suitable I have used was the following, but it doesn’t work 🙁

JavaScript

Advertisement

Answer

After refactoring my code I found that next solution works:

JavaScript

Reminder: Using catch(Exception) is not recommended.

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement