saurabh2590 / EasyAccess

A new shell for Android
3 stars 6 forks source link

Cannot delete text messages #6

Open justdroid opened 9 years ago

justdroid commented 9 years ago

BUG Cannot delete individual text messages, e.g. on Android 5.1 phone

DETAILS User (e.g. on Android 5.1 device) cannot delete text messages. After clicking on Homescreen 1 > Text Messages > Individual Message > Delete Message, they get a notification "Could not delete message".

LIKELY MODULE textmessages/TextMessagesViewerApp.java

manishoswal commented 9 years ago

Android introduced default SMS app feature since 4.4. The system allows only one default app with read/write access to the default provider for sms/mms messages. Other apps can have read only access. When the user uses this app first time, it prompts the user to make Easy Access as the default SMS app. If the user selects Yes it will allow Easy Access to delete the text messages.