Closed GoogleCodeExporter closed 8 years ago
Looks like if the address is empty probably (""), we query the contacts storage
with
an invalid URI.
A bug fix would handle whitespace-only addresses the same as null addresses.
Original comment by chstu...@gmail.com
on 7 Mar 2009 at 5:11
The messaging application used to crash as well from this kind of messages, but
this
doesn't happend anymore since the latest update of android.
Original comment by hvw...@gmail.com
on 5 May 2009 at 2:49
I wrote a quick patch to fix this issue. It trims the address string and checks
it has
more than 0 characters. Perhaps a better fix would be to change it to a string
such as
"Unknown" but I'll leave that to chstuder decide.
thanks
bramp
P.S Now I can backup that spam SMS that has been crashing this app for a week :)
Original comment by brampton
on 22 Jul 2009 at 12:19
Attachments:
Thanks, brampton, I have included your patch in revision r57 and this bug
should be
fixed in the next release.
Original comment by chstuder...@gmail.com
on 2 Aug 2009 at 9:55
Original comment by chstu...@gmail.com
on 2 Aug 2009 at 9:56
Issue 37 has been merged into this issue.
Original comment by chstu...@gmail.com
on 2 Aug 2009 at 10:15
Original issue reported on code.google.com by
chstu...@gmail.com
on 7 Mar 2009 at 4:47Attachments: