bug 2150183: fix SMS address comparison so "foo"=="foo".
- when comparing two identical SMS addresses that are not a phone number (or email address), the loose phone number comparison
in PhoneNumberUtils will return false because it's not meant to compare non phone numbers. Therefore we also need to
add string equal comparison to the sqlite selection statement. The resulting selection is
address='<phoneNumber>' OR PHONE_NUMBERS_EQUAL(address, '<phoneNumber>', ...)
Change-Id: I8fb63d4d270102cb59e901a59eb3e95b2ce9ed72
1 file changed