b/13659097. Disable EAS Policy max attachment size from EmailProvider.

Disable the code that translates the max attachment size column of
our db to the EmailProvider max attachment size column. They mean
different things as our max attachment size column refers to the max
size of any file that we can download where the EmailProvider's version
represents the max attachment size of a file that we can upload.

Change-Id: I93202766d7b1782c902f17ce20b2823aaf647ec4
This commit is contained in:
Anthony Lee 2014-03-26 20:57:05 -07:00
parent b2dbba8d9f
commit a68ab80305
1 changed files with 0 additions and 2 deletions

View File

@ -2518,8 +2518,6 @@ public class EmailProvider extends ContentProvider {
.add(UIProvider.AccountColumns.SettingsColumns.CONFIRM_ARCHIVE, "0")
.add(UIProvider.AccountColumns.SettingsColumns.CONVERSATION_VIEW_MODE,
Integer.toString(UIProvider.ConversationViewMode.UNDEFINED))
.add(UIProvider.AccountColumns.SettingsColumns.MAX_ATTACHMENT_SIZE,
AccountColumns.MAX_ATTACHMENT_SIZE)
.add(UIProvider.AccountColumns.SettingsColumns.VEILED_ADDRESS_PATTERN, null);
final String feedbackUri = context.getString(R.string.email_feedback_uri);