summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Ping Hu <yph@google.com>2014-03-26 18:43:36 -0700
committerThe Android Automerger <android-build@google.com>2014-03-27 13:41:27 -0700
commitd4ce0606b08f1c2f33a462985c3b2f29f9a29a50 (patch)
treedd60a4acf4c64115e06c336160dad050a45c3095
parenta6d0bf3cbbbb33fbb4ddf4192f878b730f0504df (diff)
downloadExchange-d4ce0606b08f1c2f33a462985c3b2f29f9a29a50.tar.gz
Bug: 13659097 Change-Id: I384d7866e3dae9c27f9a391d524b3e78e88bd811 (cherry picked from commit b3ee00570b1fac9e841d97e89e9a477d4bff8306)
-rw-r--r--src/com/android/exchange/eas/EasProvision.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/android/exchange/eas/EasProvision.java b/src/com/android/exchange/eas/EasProvision.java
index 3fcbcf7d..2ee4db62 100644
--- a/src/com/android/exchange/eas/EasProvision.java
+++ b/src/com/android/exchange/eas/EasProvision.java
@@ -177,7 +177,8 @@ public class EasProvision extends EasOperation {
// Even before the policy is accepted, we can honor this setting since it has nothing
// to do with the device policy manager and is requested by the Exchange server.
- storeMaxAttachmentSize(mPolicy.mMaxAttachmentSize);
+ // TODO: This was an error, this is minimum change to disable it.
+ //storeMaxAttachmentSize(mPolicy.mMaxAttachmentSize);
// Apply the policies (that we support) with the temporary key.
mPolicy.mProtocolPoliciesUnsupported = null;