I'm working on a project in which all incoming from one service center (may have multiple hotlines).
All messages will display in my app.
User can swipe to delete each message or multi-select messages to delete.
I can't delete the message from sms database (system database).
Even I use getContentProvider.delete(Uri.parse("content://sms/"), null, null), it doesn't work for me.
I also already gave permission in manifest.
How can I do it to achieve what I want?
I also google and every solutions I found out are not working for me.
0 Answer(s)