[SMS Helper] Use simple=true parameter for fetching the list of all…

Authored by sredman on Jun 10 2020, 3:58 AM.

Description

[SMS Helper] Use simple=true parameter for fetching the list of all conversations

Summary

Use content://mms-sms/conversations?simple=true instead of just content://mms-sms/conversations which should work for more devices (and is reported to work on Samsung devices)

For some reason, this misses exactly one conversation on my phone and throws back one invalid thread ID -- I suspect this indicates that my message database is corrupt :shrug:

BUG: 401677

Test Plan

Before:

Lots of devices were not able to retrieve conversations. See bug 401677

After:

Hopefully all devices are able to retrieve conversations. At minimum, hopefully there are no regressions :)

Details

Committed
sredmanJun 10 2020, 3:58 AM
Parents
R225:5db24b0038b6: GIT_SILENT made messages (after extraction)
Branches
Unknown
Tags
Unknown
References
HEAD -> master