Fix crash when validating email hostAuth

Bug: 6948287
Change-Id: I781a32a2da0b4248e7ee1e061393ebc2bdc4dd61
This commit is contained in:
Paul Westbrook 2012-08-09 16:23:37 -07:00
parent 16e697e3a0
commit 33858c77e9
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ public class EmailProvider extends ContentProvider {
// All hostauth records
matcher.addURI(EmailContent.AUTHORITY, "hostauth", HOSTAUTH);
// A specific hostauth
matcher.addURI(EmailContent.AUTHORITY, "hostauth/#", HOSTAUTH_ID);
matcher.addURI(EmailContent.AUTHORITY, "hostauth/*", HOSTAUTH_ID);
// Atomically a constant value to a particular field of a mailbox/account
matcher.addURI(EmailContent.AUTHORITY, "mailboxIdAddToField/#",