Oops; fix order of TABLE_NAMES

Change-Id: I994b31c05c640f61444ae3d66c5b94e1d147e698
This commit is contained in:
Marc Blank 2012-01-12 14:39:57 -08:00
parent e9e865345e
commit ca6f713e71
1 changed files with 1 additions and 1 deletions

View File

@ -257,8 +257,8 @@ public class EmailProvider extends ContentProvider {
Message.DELETED_TABLE_NAME,
Policy.TABLE_NAME,
QuickResponse.TABLE_NAME,
null, // UI
Body.TABLE_NAME,
null
};
// CONTENT_CACHES MUST remain in the order of the BASE constants above