summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2011-10-11 12:07:42 -0700
committerTom Taylor <tomtaylor@google.com>2011-10-11 12:07:42 -0700
commit657782396ab08c54b4907f00514c339a140fef69 (patch)
treedf7aa8e10044f474f7234be9f79a34766d30150e /overlay
parentf8251017e7151ca0f53735b7cd0d6b0e9da33919 (diff)
downloaddevice_samsung_maguro-657782396ab08c54b4907f00514c339a140fef69.zip
device_samsung_maguro-657782396ab08c54b4907f00514c339a140fef69.tar.gz
device_samsung_maguro-657782396ab08c54b4907f00514c339a140fef69.tar.bz2
Update MMSC XML
Bug 5404656 Move HSPA-related overlays from tuna to maguro. Change-Id: I239fb0f6dc284d3740187e1353a3395945c6fec1
Diffstat (limited to 'overlay')
-rw-r--r--overlay/packages/apps/Mms/res/xml-mcc310-mnc026/mms_config.xml34
-rwxr-xr-xoverlay/packages/apps/Mms/res/xml-mcc310-mnc090/mms_config.xml35
-rw-r--r--overlay/packages/apps/Mms/res/xml-mcc310-mnc170/mms_config.xml34
-rw-r--r--overlay/packages/apps/Mms/res/xml-mcc310-mnc260/mms_config.xml34
-rwxr-xr-xoverlay/packages/apps/Mms/res/xml-mcc310-mnc380/mms_config.xml39
-rwxr-xr-xoverlay/packages/apps/Mms/res/xml-mcc310-mnc410/mms_config.xml35
-rw-r--r--overlay/packages/apps/Mms/res/xml-mcc310-mnc490/mms_config.xml34
-rwxr-xr-xoverlay/packages/apps/Mms/res/xml-mcc310-mnc560/mms_config.xml35
-rwxr-xr-xoverlay/packages/apps/Mms/res/xml-mcc310-mnc680/mms_config.xml35
9 files changed, 315 insertions, 0 deletions
diff --git a/overlay/packages/apps/Mms/res/xml-mcc310-mnc026/mms_config.xml b/overlay/packages/apps/Mms/res/xml-mcc310-mnc026/mms_config.xml
new file mode 100644
index 0000000..8e6d4a7
--- /dev/null
+++ b/overlay/packages/apps/Mms/res/xml-mcc310-mnc026/mms_config.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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.
+-->
+
+<!-- T-Mobile U.S. mcc=310, mnc=026 -->
+
+<mms_config version="3">
+ <!-- Maximum message size in bytes for a MMS message -->
+ <int name="maxMessageSize">1048576</int>
+
+ <!-- Maximum height for an attached image -->
+ <int name="maxImageHeight">1944</int>
+
+ <!-- Maximum width for an attached image -->
+ <int name="maxImageWidth">2592</int>
+
+ <!-- User-Agent parameter used in MMS http request -->
+ <string name="userAgent">GalaxyNexus</string>
+
+ <!-- UAProf URL -->
+ <string name="uaProfUrl">http://wap.samsungmobile.com/uaprof/galaxynexus.xml</string>
+</mms_config>
diff --git a/overlay/packages/apps/Mms/res/xml-mcc310-mnc090/mms_config.xml b/overlay/packages/apps/Mms/res/xml-mcc310-mnc090/mms_config.xml
new file mode 100755
index 0000000..dcca488
--- /dev/null
+++ b/overlay/packages/apps/Mms/res/xml-mcc310-mnc090/mms_config.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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.
+-->
+
+<!-- AT&T U.S. mcc=310, mnc=090 -->
+
+
+<mms_config version="3">
+ <!-- Maximum message size in bytes for a MMS message -->
+ <int name="maxMessageSize">614400</int>
+
+ <!-- Maximum height for an attached image -->
+ <int name="maxImageHeight">1000</int>
+
+ <!-- Maximum width for an attached image -->
+ <int name="maxImageWidth">1296</int>
+
+ <!-- User-Agent parameter used in MMS http request -->
+ <string name="userAgent">GalaxyNexus</string>
+
+ <!-- UAProf URL -->
+ <string name="uaProfUrl">http://wap.samsungmobile.com/uaprof/galaxynexus.xml</string>
+</mms_config>
diff --git a/overlay/packages/apps/Mms/res/xml-mcc310-mnc170/mms_config.xml b/overlay/packages/apps/Mms/res/xml-mcc310-mnc170/mms_config.xml
new file mode 100644
index 0000000..b60a939
--- /dev/null
+++ b/overlay/packages/apps/Mms/res/xml-mcc310-mnc170/mms_config.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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.
+-->
+
+<!-- T-Mobile U.S. mcc=310, mnc=170 -->
+
+<mms_config version="3">
+ <!-- Maximum message size in bytes for a MMS message -->
+ <int name="maxMessageSize">1048576</int>
+
+ <!-- Maximum height for an attached image -->
+ <int name="maxImageHeight">1944</int>
+
+ <!-- Maximum width for an attached image -->
+ <int name="maxImageWidth">2592</int>
+
+ <!-- User-Agent parameter used in MMS http request -->
+ <string name="userAgent">GalaxyNexus</string>
+
+ <!-- UAProf URL -->
+ <string name="uaProfUrl">http://wap.samsungmobile.com/uaprof/galaxynexus.xml</string>
+</mms_config>
diff --git a/overlay/packages/apps/Mms/res/xml-mcc310-mnc260/mms_config.xml b/overlay/packages/apps/Mms/res/xml-mcc310-mnc260/mms_config.xml
new file mode 100644
index 0000000..00ea3d3
--- /dev/null
+++ b/overlay/packages/apps/Mms/res/xml-mcc310-mnc260/mms_config.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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.
+-->
+
+<!-- T-Mobile U.S. mcc=310, mnc=260 -->
+
+<mms_config version="3">
+ <!-- Maximum message size in bytes for a MMS message -->
+ <int name="maxMessageSize">1048576</int>
+
+ <!-- Maximum height for an attached image -->
+ <int name="maxImageHeight">1944</int>
+
+ <!-- Maximum width for an attached image -->
+ <int name="maxImageWidth">2592</int>
+
+ <!-- User-Agent parameter used in MMS http request -->
+ <string name="userAgent">GalaxyNexus</string>
+
+ <!-- UAProf URL -->
+ <string name="uaProfUrl">http://wap.samsungmobile.com/uaprof/galaxynexus.xml</string>
+</mms_config>
diff --git a/overlay/packages/apps/Mms/res/xml-mcc310-mnc380/mms_config.xml b/overlay/packages/apps/Mms/res/xml-mcc310-mnc380/mms_config.xml
new file mode 100755
index 0000000..4a66c50
--- /dev/null
+++ b/overlay/packages/apps/Mms/res/xml-mcc310-mnc380/mms_config.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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.
+-->
+
+<!-- Version History
+ version 1 - initial version.
+ version 2 - added recipientLimit.
+ version 3 - added min/max recycler values.
+-->
+<!-- AT&T U.S. mcc=310, mnc=380 -->
+
+<mms_config version="3">
+ <!-- Maximum message size in bytes for a MMS message -->
+ <int name="maxMessageSize">614400</int>
+
+ <!-- Maximum height for an attached image -->
+ <int name="maxImageHeight">1000</int>
+
+ <!-- Maximum width for an attached image -->
+ <int name="maxImageWidth">1296</int>
+
+ <!-- User-Agent parameter used in MMS http request -->
+ <string name="userAgent">GalaxyNexus</string>
+
+ <!-- UAProf URL -->
+ <string name="uaProfUrl">http://wap.samsungmobile.com/uaprof/galaxynexus.xml</string>
+</mms_config>
diff --git a/overlay/packages/apps/Mms/res/xml-mcc310-mnc410/mms_config.xml b/overlay/packages/apps/Mms/res/xml-mcc310-mnc410/mms_config.xml
new file mode 100755
index 0000000..416fd7c
--- /dev/null
+++ b/overlay/packages/apps/Mms/res/xml-mcc310-mnc410/mms_config.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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.
+-->
+
+<!-- AT&T U.S. mcc=310, mnc=410 -->
+
+
+<mms_config version="3">
+ <!-- Maximum message size in bytes for a MMS message -->
+ <int name="maxMessageSize">614400</int>
+
+ <!-- Maximum height for an attached image -->
+ <int name="maxImageHeight">1000</int>
+
+ <!-- Maximum width for an attached image -->
+ <int name="maxImageWidth">1296</int>
+
+ <!-- User-Agent parameter used in MMS http request -->
+ <string name="userAgent">GalaxyNexus</string>
+
+ <!-- UAProf URL -->
+ <string name="uaProfUrl">http://wap.samsungmobile.com/uaprof/galaxynexus.xml</string>
+</mms_config>
diff --git a/overlay/packages/apps/Mms/res/xml-mcc310-mnc490/mms_config.xml b/overlay/packages/apps/Mms/res/xml-mcc310-mnc490/mms_config.xml
new file mode 100644
index 0000000..5afd750
--- /dev/null
+++ b/overlay/packages/apps/Mms/res/xml-mcc310-mnc490/mms_config.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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.
+-->
+
+<!-- T-Mobile U.S. mcc=310, mnc=490 -->
+
+<mms_config version="3">
+ <!-- Maximum message size in bytes for a MMS message -->
+ <int name="maxMessageSize">1048576</int>
+
+ <!-- Maximum height for an attached image -->
+ <int name="maxImageHeight">1944</int>
+
+ <!-- Maximum width for an attached image -->
+ <int name="maxImageWidth">2592</int>
+
+ <!-- User-Agent parameter used in MMS http request -->
+ <string name="userAgent">GalaxyNexus</string>
+
+ <!-- UAProf URL -->
+ <string name="uaProfUrl">http://wap.samsungmobile.com/uaprof/galaxynexus.xml</string>
+</mms_config>
diff --git a/overlay/packages/apps/Mms/res/xml-mcc310-mnc560/mms_config.xml b/overlay/packages/apps/Mms/res/xml-mcc310-mnc560/mms_config.xml
new file mode 100755
index 0000000..0e33a46
--- /dev/null
+++ b/overlay/packages/apps/Mms/res/xml-mcc310-mnc560/mms_config.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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.
+-->
+
+<!-- AT&T U.S. mcc=310, mnc=560 -->
+
+
+<mms_config version="3">
+ <!-- Maximum message size in bytes for a MMS message -->
+ <int name="maxMessageSize">614400</int>
+
+ <!-- Maximum height for an attached image -->
+ <int name="maxImageHeight">1000</int>
+
+ <!-- Maximum width for an attached image -->
+ <int name="maxImageWidth">1296</int>
+
+ <!-- User-Agent parameter used in MMS http request -->
+ <string name="userAgent">GalaxyNexus</string>
+
+ <!-- UAProf URL -->
+ <string name="uaProfUrl">http://wap.samsungmobile.com/uaprof/galaxynexus.xml</string>
+</mms_config>
diff --git a/overlay/packages/apps/Mms/res/xml-mcc310-mnc680/mms_config.xml b/overlay/packages/apps/Mms/res/xml-mcc310-mnc680/mms_config.xml
new file mode 100755
index 0000000..8c574eb
--- /dev/null
+++ b/overlay/packages/apps/Mms/res/xml-mcc310-mnc680/mms_config.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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.
+-->
+
+<!-- AT&T U.S. mcc=310, mnc=680 -->
+
+
+<mms_config version="3">
+ <!-- Maximum message size in bytes for a MMS message -->
+ <int name="maxMessageSize">614400</int>
+
+ <!-- Maximum height for an attached image -->
+ <int name="maxImageHeight">1000</int>
+
+ <!-- Maximum width for an attached image -->
+ <int name="maxImageWidth">1296</int>
+
+ <!-- User-Agent parameter used in MMS http request -->
+ <string name="userAgent">GalaxyNexus</string>
+
+ <!-- UAProf URL -->
+ <string name="uaProfUrl">http://wap.samsungmobile.com/uaprof/galaxynexus.xml</string>
+</mms_config>