Multi-carrier overlays: Fix Mms
-Set default uaProfUrl which can then be overridden -Add verizon eri for 31099 Change-Id: I24c9ab498cf4058367987cfe12513c4adddb7543
This commit is contained in:
parent
f2e2fee00c
commit
f8b0737a43
@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- Note that IconMode can be only 0, ON or 1, FLASHING
|
||||
The icon is turned OFF if then IconIndex = 1 -->
|
||||
|
||||
<EriFile VersionNumber="1357" NumberOfEriEntries="19" EriFileType="1">
|
||||
<CallPromptId Id="0" CallPromptText="CallPromptId0" />
|
||||
<CallPromptId Id="1" CallPromptText="CallPromptId1" />
|
||||
<CallPromptId Id="2" CallPromptText="CallPromptId2" />
|
||||
<EriInfo RoamingIndicator="0" IconIndex="0" IconMode="0" EriText="" CallPromptId="0" AlertId="0" />
|
||||
<EriInfo RoamingIndicator="1" IconIndex="1" IconMode="0" EriText="Verizon Wireless" CallPromptId="0" AlertId="0" />
|
||||
<EriInfo RoamingIndicator="2" IconIndex="2" IconMode="1" EriText="" CallPromptId="0" AlertId="0" />
|
||||
<EriInfo RoamingIndicator="64" IconIndex="1" IconMode="0" EriText="Verizon Wireless" CallPromptId="0" AlertId="0" />
|
||||
<EriInfo RoamingIndicator="65" IconIndex="65" IconMode="0" EriText="Network Extender" CallPromptId="0" AlertId="0" />
|
||||
<EriInfo RoamingIndicator="66" IconIndex="1" IconMode="0" EriText="Extended Network" CallPromptId="0" AlertId="0" />
|
||||
<EriInfo RoamingIndicator="67" IconIndex="67" IconMode="0" EriText="Extended Network" CallPromptId="0" AlertId="0" />
|
||||
<EriInfo RoamingIndicator="68" IconIndex="68" IconMode="0" EriText="Roaming" CallPromptId="0" AlertId="0" />
|
||||
<EriInfo RoamingIndicator="69" IconIndex="2" IconMode="1" EriText="Extended Network" CallPromptId="0" AlertId="0" />
|
||||
<EriInfo RoamingIndicator="70" IconIndex="2" IconMode="1" EriText="Roaming" CallPromptId="0" AlertId="0" />
|
||||
<EriInfo RoamingIndicator="71" IconIndex="1" IconMode="0" EriText="Extended Network" CallPromptId="0" AlertId="0" />
|
||||
<EriInfo RoamingIndicator="72" IconIndex="72" IconMode="0" EriText="Extended Network" CallPromptId="0" AlertId="0" />
|
||||
<EriInfo RoamingIndicator="73" IconIndex="73" IconMode="0" EriText="Roaming" CallPromptId="0" AlertId="0" />
|
||||
<EriInfo RoamingIndicator="74" IconIndex="2" IconMode="1" EriText="Extended Network" CallPromptId="0" AlertId="0" />
|
||||
<EriInfo RoamingIndicator="75" IconIndex="2" IconMode="1" EriText="Roaming" CallPromptId="0" AlertId="0" />
|
||||
<EriInfo RoamingIndicator="76" IconIndex="76" IconMode="0" EriText="Verizon Wireless" CallPromptId="0" AlertId="0" />
|
||||
<EriInfo RoamingIndicator="77" IconIndex="2" IconMode="1" EriText="Verizon Wireless" CallPromptId="0" AlertId="0" />
|
||||
<EriInfo RoamingIndicator="78" IconIndex="1" IconMode="0" EriText="Network Extender" CallPromptId="0" AlertId="0" />
|
||||
<EriInfo RoamingIndicator="79" IconIndex="2" IconMode="1" EriText="Network Extender" CallPromptId="0" AlertId="0" />
|
||||
</EriFile>
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -44,5 +44,8 @@
|
||||
|
||||
<bool name="enableMMSDeliveryReports">false</bool>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
||||
|
@ -26,4 +26,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -26,4 +26,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -44,5 +44,8 @@
|
||||
|
||||
<bool name="enableMMSDeliveryReports">false</bool>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -26,4 +26,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -26,4 +26,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -26,4 +26,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -26,4 +26,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -26,4 +26,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -26,4 +26,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -44,5 +44,8 @@
|
||||
|
||||
<bool name="enableMMSDeliveryReports">false</bool>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
||||
|
@ -44,5 +44,8 @@
|
||||
|
||||
<bool name="enableMMSDeliveryReports">false</bool>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -37,4 +37,7 @@
|
||||
|
||||
<bool name="enableMMSDeliveryReports">false</bool>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -37,4 +37,7 @@
|
||||
|
||||
<bool name="enableMMSDeliveryReports">false</bool>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -37,4 +37,7 @@
|
||||
|
||||
<bool name="enableMMSDeliveryReports">false</bool>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -37,4 +37,7 @@
|
||||
|
||||
<bool name="enableMMSDeliveryReports">false</bool>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -31,4 +31,7 @@
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">2592</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
</mms_config>
|
||||
|
@ -50,10 +50,28 @@
|
||||
set the limit above this value. -->
|
||||
<int name="maxMessageCountPerThread">5000</int>
|
||||
|
||||
<!-- UAProf URL -->
|
||||
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
||||
|
||||
<!-- Maximum number of recipients allowed per message. Use a value of -1
|
||||
to indicate no limit. -->
|
||||
<int name="recipientLimit">-1</int>
|
||||
|
||||
<!-- If true, The text message over 160 characters will be sent in multi part.
|
||||
If false, The text message over 160 characters will be sent
|
||||
via multi media message. -->
|
||||
<bool name="enableMultipartSMS">true</bool>
|
||||
|
||||
<!-- If true, the text message will be split every 160 characters.
|
||||
If false, the text will never be split before being sent. -->
|
||||
<bool name="enableSplitSMS">false</bool>
|
||||
|
||||
<!-- If enableMultipartSMS is true and smsToMmsTextThreshold > 1, then multi-part SMS messages
|
||||
will be converted into a single mms message. For example, if the mms_config.xml file
|
||||
specifies <int name="smsToMmsTextThreshold">7</int>, then on the 8th sms segment, the
|
||||
message will be converted to an mms. -->
|
||||
<int name="smsToMmsTextThreshold">-1</int>
|
||||
|
||||
<!-- If true, The mms support slide duration.
|
||||
If false, The mms does not support slide duration and we have to
|
||||
set duration value. -->
|
||||
|
Loading…
Reference in New Issue
Block a user