You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default to not include MMS address sub_ids in import
Some MMS address metadata apparently contain a sub_id field (despite the
absence of any mention of this in the API documentation at
https://developer.android.com/reference/android/provider/Telephony.Mms.Addr),
and attempting to import these sub_ids can cause address import failure.
This is probably related to #128.
In any event, this commit fixes the problem by extending the solution to
that issue (c56fa0e) to MMS address
metadata sub_ids.
This commit also corrects a coding error that caused MMS addresses to be
inserted multiple times.
Closes: #213
Related: #128, #142
0 commit comments