summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSungmin Choi <sungmin.choi@lge.com>2014-10-21 10:02:03 +0900
committerThe Android Automerger <android-build@google.com>2014-10-22 17:44:32 -0700
commit738c1104dc48cdab8a024e52a31e6783a48215d2 (patch)
treeddf7153899b83fda73fdea6cf37681085a813a42
parent7cad1b2ca06e22f6e71c4f387fb45f85f16be13b (diff)
downloadmako-738c1104dc48cdab8a024e52a31e6783a48215d2.tar.gz
mako: Carrier(53005) does not support Content-Disposition headerandroid-5.0.0_r2android-5.0.0_r1
Bug: 17634414 Change-Id: I1ea469ec5c4202fe7ebf35aced67684a3f097d3b
-rw-r--r--overlay/frameworks/base/core/res/res/values-mcc530-mnc05/config.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values-mcc530-mnc05/config.xml b/overlay/frameworks/base/core/res/res/values-mcc530-mnc05/config.xml
new file mode 100644
index 0000000..3dfbe0e
--- /dev/null
+++ b/overlay/frameworks/base/core/res/res/values-mcc530-mnc05/config.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+ for different hardware and product builds. -->
+<resources>
+ <!-- If this value is true, The mms content-disposition field is supported correctly.
+ If false, Content-disposition fragments are ignored -->
+ <bool name="config_mms_content_disposition_support">false</bool>
+</resources>