Skip to content Skip to sidebar Skip to footer

Unable To Delete Sms Programmatically

I have tried variations on deleting all or some messages from the SMS, including but not limited to thread id, id, where clause, etc. Android manifest reflects read and write permi

Solution 1:

Android 4.4 Kitkat introduced changes in SMS handling where now only the default SMS app is allowed write access to the SMS database - all other apps silently fail when attempting to write.


Post a Comment for "Unable To Delete Sms Programmatically"