diff options
author | Fedor917 <cryscript@gmail.com> | 2016-11-10 16:01:55 +0700 |
---|---|---|
committer | Fedor917 <cryscript@gmail.com> | 2016-11-10 16:01:55 +0700 |
commit | 70726530150e5fb506f1931402785dac40edb353 (patch) | |
tree | c9f0e382784a0cd72615b7e160fd384bfff952bc /overlay | |
parent | b78b3489637b4008a2b3a8c2670df7390b79d1a8 (diff) |
Edit overlay
Diffstat (limited to 'overlay')
148 files changed, 4541 insertions, 14 deletions
diff --git a/overlay/frameworks/base/core/res/res/values-mcc204-mnc04/config.xml b/overlay/frameworks/base/core/res/res/values-mcc204-mnc04/config.xml new file mode 100644 index 0000000..224bd7d --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc204-mnc04/config.xml @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + + <string-array translatable="false" name="config_default_vm_number"> + <!-- VZW --> + <item>*86;BAE0000000000000</item> + </string-array> + + <!-- Use ERI text for network name on CDMA LTE --> + <bool name="config_LTE_eri_for_network_name">false</bool> + + <!-- String containing the apn value for tethering. May be overriden by secure settings + TETHER_DUN_APN. Value is a comma separated series of strings: + "name,apn,proxy,port,username,password,server,mmsc,mmsproxy,mmsport,mcc,mnc,auth,type", + Or string format of ApnSettingV3. + note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" --> + <string-array translatable="false" name="config_tether_apndata"> + <item>[ApnSettingV3]HOT mobile PC,pc.hotm,,,,,,,,,204,04,,DUN,,,true,0,,,,,,,spn,HOT mobile</item> + </string-array> + + <!-- Entitlement APP provisioning for Tethering --> + <string-array translatable="false" name="config_mobile_hotspot_provision_app"> + <item>com.google.android.carrierentitlement</item> + <item>com.google.android.carrierentitlement.CarrierEntitlementActivity</item> + </string-array> + <string translatable="false" name="config_mobile_hotspot_provision_app_no_ui">com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK</string> + <string translatable="false" name="config_mobile_hotspot_provision_response">com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK_RESULT</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc208-mnc10/config.xml b/overlay/frameworks/base/core/res/res/values-mcc208-mnc10/config.xml new file mode 100644 index 0000000..a341b65 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc208-mnc10/config.xml @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- String containing the apn value for tethering. May be overriden by secure settings + TETHER_DUN_APN. Value is a comma separated series of strings: + "name,apn,proxy,port,username,password,server,mmsc,mmsproxy,mmsport,mcc,mnc,auth,type", + Or string format of ApnSettingV3. + note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" --> + <string-array translatable="false" name="config_tether_apndata"> + <item>SFR option modem,websfr,,,,,,,,,208,10,,DUN</item> + <item>[ApnSettingV3]INTERNET NRJ,internetnrj,,,,,,,,,208,10,,DUN,,,true,0,,,,,,,gid,4E</item> + <item>[ApnSettingV3]Auchan,wap65,,,,,,,,,208,10,,DUN,,,true,0,,,,,,,spn,A MOBILE</item> + <item>[ApnSettingV3]LeclercMobile,wap66,,,,,,,,,208,10,,DUN,,,true,0,,,,,,,spn,LeclercMobile</item> + <item>[ApnSettingV3]Coriolis,fnetcoriolis,,,,,,,,,208,10,,DUN,,,true,0,,,,,,,gid,12</item> + <item>[ApnSettingV3]La Poste Mobile modem,websfr,,,,,,,,,208,10,,DUN,,,true,0,,,,,,,gid,4C</item> + <item>[ApnSettingV3]Darty Surf Mails,wap68,,,,,,,,,208,10,,DUN,,,true,0,,,,,,,gid,44</item> + </string-array> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc214-mnc01/config.xml b/overlay/frameworks/base/core/res/res/values-mcc214-mnc01/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc214-mnc01/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc234-mnc15/config.xml b/overlay/frameworks/base/core/res/res/values-mcc234-mnc15/config.xml new file mode 100644 index 0000000..3bd026e --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc234-mnc15/config.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <string-array translatable="false" name="config_default_vm_number"> + <item>121</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc262-mnc01/config.xml b/overlay/frameworks/base/core/res/res/values-mcc262-mnc01/config.xml new file mode 100644 index 0000000..e846c43 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc262-mnc01/config.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <string-array translatable="false" name="config_default_vm_number"> + <item>3311</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc262-mnc07/config.xml b/overlay/frameworks/base/core/res/res/values-mcc262-mnc07/config.xml new file mode 100644 index 0000000..ab5322e --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc262-mnc07/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> + <string-array translatable="false" name="config_default_vm_number"> + <item>+491793000333</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc262-mnc08/config.xml b/overlay/frameworks/base/core/res/res/values-mcc262-mnc08/config.xml new file mode 100644 index 0000000..ab5322e --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc262-mnc08/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> + <string-array translatable="false" name="config_default_vm_number"> + <item>+491793000333</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc268-mnc01/config.xml b/overlay/frameworks/base/core/res/res/values-mcc268-mnc01/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc268-mnc01/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc302-mnc220/config.xml b/overlay/frameworks/base/core/res/res/values-mcc302-mnc220/config.xml new file mode 100644 index 0000000..ff06869 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc302-mnc220/config.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Values for TELUS GPS configuration --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.telusmobility.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_MODE=1</item> + <item>SUPL_VER=0x20000</item> + <item>LPP_PROFILE=2</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=0</item> + <item>SUPL_ES=0</item> + </string-array> +</resources> + diff --git a/overlay/frameworks/base/core/res/res/values-mcc302-mnc370/config.xml b/overlay/frameworks/base/core/res/res/values-mcc302-mnc370/config.xml new file mode 100644 index 0000000..859897a --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc302-mnc370/config.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- String containing the apn value for tethering. May be overriden by secure settings + TETHER_DUN_APN. Value is a comma separated series of strings: + "name,apn,proxy,port,username,password,server,mmsc,mmsproxy,mmsport,mcc,mnc,auth,type", + Or string format of ApnSettingV3. + note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" --> + <string-array translatable="false" name="config_tether_apndata"> + <item>[ApnSettingV3]Fido Tethering,ltedata.apn,,,,,,,,,302,370,,DUN,IPV4V6,,true,,,,,,,,,</item> + </string-array> +</resources> + diff --git a/overlay/frameworks/base/core/res/res/values-mcc302-mnc610/config.xml b/overlay/frameworks/base/core/res/res/values-mcc302-mnc610/config.xml new file mode 100644 index 0000000..53329e5 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc302-mnc610/config.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + + <!-- Values for GPS configuration (Bell) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_MODE=1</item> + <item>SUPL_VER=0x20000</item> + <item>LPP_PROFILE=2</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=0</item> + <item>SUPL_ES=0</item> + </string-array> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc302-mnc720/config.xml b/overlay/frameworks/base/core/res/res/values-mcc302-mnc720/config.xml new file mode 100644 index 0000000..1a1a495 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc302-mnc720/config.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- String containing the apn value for tethering. May be overriden by secure settings + TETHER_DUN_APN. Value is a comma separated series of strings: + "name,apn,proxy,port,username,password,server,mmsc,mmsproxy,mmsport,mcc,mnc,auth,type", + Or string format of ApnSettingV3. + note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" --> + <string-array translatable="false" name="config_tether_apndata"> + <item>[ApnSettingV3]Rogers Tethering,ltedata.apn,,,,,,,,,302,720,,DUN,IPV4V6,IPV4V6,true,,,,,,,,,</item> + </string-array> + + <!-- Values for GPS configuration (Rogers) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_MODE=1</item> + <item>SUPL_VER=0x20000</item> + <item>LPP_PROFILE=2</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=0</item> + <item>SUPL_ES=0</item> + </string-array> +</resources> + diff --git a/overlay/frameworks/base/core/res/res/values-mcc310-mnc004/config.xml b/overlay/frameworks/base/core/res/res/values-mcc310-mnc004/config.xml new file mode 100644 index 0000000..f4a2e3c --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc310-mnc004/config.xml @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + + <string-array translatable="false" name="config_default_vm_number"> + <item>*86</item> + </string-array> + + <!-- Array of ConnectivityManager.TYPE_xxxx values allowable for tethering --> + <!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or + <!== [0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH --> + <integer-array translatable="false" name="config_tether_upstream_types"> + <item>1</item> + <item>4</item> + <item>7</item> + <item>9</item> + </integer-array> + + <!-- Use ERI text for network name on CDMA LTE --> + <bool name="config_LTE_eri_for_network_name">false</bool> + + <!-- Values for GPS configuration (Verizon) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>LPP_PROFILE=3</item> + <item>GPS_LOCK=3</item> + <item>SUPL_MODE=0</item> + <item>SUPL_ES=1</item> + </string-array> + + <!-- Entitlement APP provisioning for Tethering --> + <string-array translatable="false" name="config_mobile_hotspot_provision_app"> + <item>com.google.android.carrierentitlement</item> + <item>com.google.android.carrierentitlement.CarrierEntitlementActivity</item> + </string-array> + <string translatable="false" name="config_mobile_hotspot_provision_app_no_ui">com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK</string> + <string translatable="false" name="config_mobile_hotspot_provision_response">com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK_RESULT</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc310-mnc070/config.xml b/overlay/frameworks/base/core/res/res/values-mcc310-mnc070/config.xml new file mode 100644 index 0000000..6cff497 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc310-mnc070/config.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Entitlement APP provisioning for Tethering --> + <string-array translatable="false" name="config_mobile_hotspot_provision_app"> + <item>com.google.android.carrierentitlement</item> + <item>com.google.android.carrierentitlement.CarrierEntitlementActivity</item> + </string-array> + <string translatable="false" name="config_mobile_hotspot_provision_app_no_ui"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK + </string> + <string translatable="false" name="config_mobile_hotspot_provision_response"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK_RESULT + </string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc310-mnc090/config.xml b/overlay/frameworks/base/core/res/res/values-mcc310-mnc090/config.xml new file mode 100644 index 0000000..6cff497 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc310-mnc090/config.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Entitlement APP provisioning for Tethering --> + <string-array translatable="false" name="config_mobile_hotspot_provision_app"> + <item>com.google.android.carrierentitlement</item> + <item>com.google.android.carrierentitlement.CarrierEntitlementActivity</item> + </string-array> + <string translatable="false" name="config_mobile_hotspot_provision_app_no_ui"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK + </string> + <string translatable="false" name="config_mobile_hotspot_provision_response"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK_RESULT + </string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc310-mnc120/config.xml b/overlay/frameworks/base/core/res/res/values-mcc310-mnc120/config.xml new file mode 100644 index 0000000..6fa0399 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc310-mnc120/config.xml @@ -0,0 +1,80 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- The VoiceMail default value is displayed to my own number if it is true --> + <bool name="config_telephony_use_own_number_for_voicemail">true</bool> + + <!-- Array of ConnectivityManager.TYPE_xxxx values allowable for tethering --> + <!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or + <!== [0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH --> + <integer-array translatable="false" name="config_tether_upstream_types"> + <item>1</item> + <item>4</item> + <item>7</item> + <item>9</item> + </integer-array> + + <!-- Default network policy warning threshold, in megabytes. --> + <integer name="config_networkPolicyDefaultWarning">51200</integer> + + <!-- Sometimes, PDU has garbages. So, need to use valid index --> + <integer name="config_valid_wappush_index">4</integer> + + <!-- Values for GPS configuration (Sprint) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> + + <!-- sms encoded as octet is decoded by utf8 decoder. if it is true --> + <bool name="config_sms_utf8_support">true</bool> + + <!-- Sprint need a 3s delay for 3way call --> + <integer name="config_cdma_3waycall_flash_delay">300</integer> + + + <!-- Entitlement APP provisioning for Tethering --> + <string-array translatable="false" name="config_mobile_hotspot_provision_app"> + <item>com.google.android.carrierentitlement</item> + <item>com.google.android.carrierentitlement.CarrierEntitlementActivity</item> + </string-array> + <string translatable="false" name="config_mobile_hotspot_provision_app_no_ui"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK + </string> + <string translatable="false" name="config_mobile_hotspot_provision_response"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK_RESULT + </string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc310-mnc150/config.xml b/overlay/frameworks/base/core/res/res/values-mcc310-mnc150/config.xml new file mode 100644 index 0000000..6cff497 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc310-mnc150/config.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Entitlement APP provisioning for Tethering --> + <string-array translatable="false" name="config_mobile_hotspot_provision_app"> + <item>com.google.android.carrierentitlement</item> + <item>com.google.android.carrierentitlement.CarrierEntitlementActivity</item> + </string-array> + <string translatable="false" name="config_mobile_hotspot_provision_app_no_ui"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK + </string> + <string translatable="false" name="config_mobile_hotspot_provision_response"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK_RESULT + </string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc310-mnc170/config.xml b/overlay/frameworks/base/core/res/res/values-mcc310-mnc170/config.xml new file mode 100644 index 0000000..6cff497 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc310-mnc170/config.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Entitlement APP provisioning for Tethering --> + <string-array translatable="false" name="config_mobile_hotspot_provision_app"> + <item>com.google.android.carrierentitlement</item> + <item>com.google.android.carrierentitlement.CarrierEntitlementActivity</item> + </string-array> + <string translatable="false" name="config_mobile_hotspot_provision_app_no_ui"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK + </string> + <string translatable="false" name="config_mobile_hotspot_provision_response"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK_RESULT + </string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc310-mnc260/config.xml b/overlay/frameworks/base/core/res/res/values-mcc310-mnc260/config.xml new file mode 100644 index 0000000..5bc1fa7 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc310-mnc260/config.xml @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + + <!-- Array of ConnectivityManager.TYPE_xxxx values allowable for tethering --> + <!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or + <!== [0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH --> + <integer-array translatable="false" name="config_tether_upstream_types"> + <item>1</item> + <item>4</item> + <item>7</item> + <item>9</item> + </integer-array> + + <!-- String containing the apn value for tethering. May be overriden by secure settings + TETHER_DUN_APN. Value is a comma separated series of strings: + "name,apn,proxy,port,username,password,server,mmsc,mmsproxy,mmsport,mcc,mnc,auth,type" + note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" --> + <string-array translatable="false" name="config_tether_apndata"> + <item>T-Mobile Tethering,pcweb.tmobile.com,,,,,,,,,310,260,,DUN</item> + <item>[ApnSettingV3]MetroPCS Tethering,pcweb.metropcs.com,,,,,,,,,310,260,,DUN,,,true,0,,,,,,,gid,6D</item> + </string-array> + + <!-- Configure mobile tcp buffer sizes in the form: + rat-name:rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max + If no value is found for the rat-name in use, the system default will be applied. + --> + <string-array name="config_mobile_tcp_buffers"> + <item>umts:21135,131070,1056768,6144,24576,165312</item> + <item>hspa:18300,131070,1056768,6144,24576,393216</item> + <item>hsdpa:18300,131070,1056768,6144,24576,393216</item> + <item>hsupa:6141,131070,1056768,6144,24576,393216</item> + <item>hspap:31455,131070,1830912,6144,24576,1830912</item> + <item>edge:8192,26280,704512,4096,16384,110208</item> + <item>gprs:8192,8760,704512,4096,8760,110208</item> + <item>lte:786432,1572864,3840000,786432,1572864,3840000</item> + </string-array> + + <!-- Values for GPS configuration (T-Mobile) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=1</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> + +</resources> + diff --git a/overlay/frameworks/base/core/res/res/values-mcc310-mnc380/config.xml b/overlay/frameworks/base/core/res/res/values-mcc310-mnc380/config.xml new file mode 100644 index 0000000..6cff497 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc310-mnc380/config.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Entitlement APP provisioning for Tethering --> + <string-array translatable="false" name="config_mobile_hotspot_provision_app"> + <item>com.google.android.carrierentitlement</item> + <item>com.google.android.carrierentitlement.CarrierEntitlementActivity</item> + </string-array> + <string translatable="false" name="config_mobile_hotspot_provision_app_no_ui"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK + </string> + <string translatable="false" name="config_mobile_hotspot_provision_response"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK_RESULT + </string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc310-mnc410/config.xml b/overlay/frameworks/base/core/res/res/values-mcc310-mnc410/config.xml new file mode 100644 index 0000000..d9e21fb --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc310-mnc410/config.xml @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Configure mobile tcp buffer sizes in the form: + rat-name:rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max + If no value is found for the rat-name in use, the system default will be applied. + --> + <string-array name="config_mobile_tcp_buffers"> + <item>umts:131072,262144,1452032,4096,16384,399360</item> + <item>hspa:131072,262144,1452032,4096,16384,399360</item> + <item>hsdpa:131072,262144,1452032,4096,16384,399360</item> + <item>hsupa:131072,262144,1452032,4096,16384,399360</item> + <item>hspap:131072,262144,1452032,4096,16384,399360</item> + <item>edge:4093,26280,35040,4096,16384,35040</item> + <item>gprs:4092,8760,11680,4096,8760,11680</item> + <item>evdo:4094,87380,262144,4096,16384,262144</item> + <item>lte:524288,1048576,8388608,262144,524288,4194304</item> + </string-array> + + <!-- Values for GPS configuration (AT&T) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=1</item> + <item>LPP_PROFILE=3</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> + + <!-- If Voice Radio Technology is RIL_RADIO_TECHNOLOGY_LTE:14 this is the Values + that should be used instead. A value of RIL_RADIO_TECHNOLOGY_UNKNOWN:0 means + there is no replacement value and VoLTE is assumed to be supported --> + <integer name="config_volte_replacement_rat">3</integer> + + <!-- Entitlement APP provisioning for Tethering --> + <string-array translatable="false" name="config_mobile_hotspot_provision_app"> + <item>com.google.android.carrierentitlement</item> + <item>com.google.android.carrierentitlement.CarrierEntitlementActivity</item> + </string-array> + <string translatable="false" name="config_mobile_hotspot_provision_app_no_ui"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK + </string> + <string translatable="false" name="config_mobile_hotspot_provision_response"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK_RESULT + </string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc310-mnc560/config.xml b/overlay/frameworks/base/core/res/res/values-mcc310-mnc560/config.xml new file mode 100644 index 0000000..6cff497 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc310-mnc560/config.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Entitlement APP provisioning for Tethering --> + <string-array translatable="false" name="config_mobile_hotspot_provision_app"> + <item>com.google.android.carrierentitlement</item> + <item>com.google.android.carrierentitlement.CarrierEntitlementActivity</item> + </string-array> + <string translatable="false" name="config_mobile_hotspot_provision_app_no_ui"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK + </string> + <string translatable="false" name="config_mobile_hotspot_provision_response"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK_RESULT + </string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc310-mnc680/config.xml b/overlay/frameworks/base/core/res/res/values-mcc310-mnc680/config.xml new file mode 100644 index 0000000..6cff497 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc310-mnc680/config.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Entitlement APP provisioning for Tethering --> + <string-array translatable="false" name="config_mobile_hotspot_provision_app"> + <item>com.google.android.carrierentitlement</item> + <item>com.google.android.carrierentitlement.CarrierEntitlementActivity</item> + </string-array> + <string translatable="false" name="config_mobile_hotspot_provision_app_no_ui"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK + </string> + <string translatable="false" name="config_mobile_hotspot_provision_response"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK_RESULT + </string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc180/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc180/config.xml new file mode 100644 index 0000000..6cff497 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc180/config.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Entitlement APP provisioning for Tethering --> + <string-array translatable="false" name="config_mobile_hotspot_provision_app"> + <item>com.google.android.carrierentitlement</item> + <item>com.google.android.carrierentitlement.CarrierEntitlementActivity</item> + </string-array> + <string translatable="false" name="config_mobile_hotspot_provision_app_no_ui"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK + </string> + <string translatable="false" name="config_mobile_hotspot_provision_response"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK_RESULT + </string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc220/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc220/config.xml new file mode 100644 index 0000000..c18f167 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc220/config.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (US Cellular) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc221/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc221/config.xml new file mode 100644 index 0000000..4741367 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc221/config.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (US Cellular) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc222/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc222/config.xml new file mode 100644 index 0000000..4741367 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc222/config.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (US Cellular) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc223/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc223/config.xml new file mode 100644 index 0000000..4741367 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc223/config.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (US Cellular) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc224/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc224/config.xml new file mode 100644 index 0000000..4741367 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc224/config.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (US Cellular) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc225/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc225/config.xml new file mode 100644 index 0000000..5294355 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc225/config.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (US Cellular) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=1</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc226/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc226/config.xml new file mode 100644 index 0000000..4741367 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc226/config.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (US Cellular) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc227/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc227/config.xml new file mode 100644 index 0000000..4741367 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc227/config.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (US Cellular) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc228/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc228/config.xml new file mode 100644 index 0000000..4741367 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc228/config.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (US Cellular) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc229/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc229/config.xml new file mode 100644 index 0000000..4741367 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc229/config.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (US Cellular) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc480/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc480/config.xml new file mode 100644 index 0000000..4a09999 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc480/config.xml @@ -0,0 +1,72 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + + <string-array translatable="false" name="config_default_vm_number"> + <item>*86</item> + </string-array> + + <!-- Array of ConnectivityManager.TYPE_xxxx values allowable for tethering --> + <!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or + <!== [0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH --> + <integer-array translatable="false" name="config_tether_upstream_types"> + <item>1</item> + <item>4</item> + <item>7</item> + <item>9</item> + </integer-array> + + <!-- Use ERI text for network name on CDMA LTE --> + <bool name="config_LTE_eri_for_network_name">false</bool> + + <!-- Values for GPS configuration (Verizon) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=3</item> + <item>SUPL_MODE=0</item> + <item>SUPL_ES=1</item> + </string-array> + + <!-- Entitlement APP provisioning for Tethering --> + <string-array translatable="false" name="config_mobile_hotspot_provision_app"> + <item>com.google.android.carrierentitlement</item> + <item>com.google.android.carrierentitlement.CarrierEntitlementActivity</item> + </string-array> + <string translatable="false" name="config_mobile_hotspot_provision_app_no_ui"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK + </string> + <string translatable="false" name="config_mobile_hotspot_provision_response"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK_RESULT + </string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc490/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc490/config.xml new file mode 100644 index 0000000..9908d73 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc490/config.xml @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + + <!-- The VoiceMail default value is displayed to my own number if it is true --> + <bool name="config_telephony_use_own_number_for_voicemail">true</bool> + + <!-- Configure mobile network MTU. Carrier specific value is set here. --> + <integer name="config_mobile_mtu">1422</integer> + + <!-- Array of ConnectivityManager.TYPE_xxxx values allowable for tethering --> + <!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or + <!== [0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH --> + <integer-array translatable="false" name="config_tether_upstream_types"> + <item>1</item> + <item>4</item> + <item>7</item> + <item>9</item> + </integer-array> + + <!-- Default network policy warning threshold, in megabytes. --> + <integer name="config_networkPolicyDefaultWarning">51200</integer> + + <!-- Values for GPS configuration (Sprint) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> + + <!-- Sprint need a 3s delay for 3way call --> + <integer name="config_cdma_3waycall_flash_delay">300</integer> + + <!-- Entitlement APP provisioning for Tethering --> + <string-array translatable="false" name="config_mobile_hotspot_provision_app"> + <item>com.google.android.carrierentitlement</item> + <item>com.google.android.carrierentitlement.CarrierEntitlementActivity</item> + </string-array> + <string translatable="false" name="config_mobile_hotspot_provision_app_no_ui"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK + </string> + <string translatable="false" name="config_mobile_hotspot_provision_response"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK_RESULT + </string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc580/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc580/config.xml new file mode 100644 index 0000000..c18f167 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc580/config.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (US Cellular) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc581/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc581/config.xml new file mode 100644 index 0000000..4741367 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc581/config.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (US Cellular) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc582/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc582/config.xml new file mode 100644 index 0000000..4741367 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc582/config.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (US Cellular) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc583/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc583/config.xml new file mode 100644 index 0000000..4741367 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc583/config.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (US Cellular) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc584/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc584/config.xml new file mode 100644 index 0000000..4741367 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc584/config.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (US Cellular) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc585/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc585/config.xml new file mode 100644 index 0000000..4741367 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc585/config.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (US Cellular) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc586/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc586/config.xml new file mode 100644 index 0000000..4741367 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc586/config.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (US Cellular) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc587/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc587/config.xml new file mode 100644 index 0000000..4741367 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc587/config.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (US Cellular) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc588/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc588/config.xml new file mode 100644 index 0000000..4741367 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc588/config.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (US Cellular) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc589/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc589/config.xml new file mode 100644 index 0000000..4741367 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc589/config.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (US Cellular) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc870/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc870/config.xml new file mode 100644 index 0000000..9908d73 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc870/config.xml @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + + <!-- The VoiceMail default value is displayed to my own number if it is true --> + <bool name="config_telephony_use_own_number_for_voicemail">true</bool> + + <!-- Configure mobile network MTU. Carrier specific value is set here. --> + <integer name="config_mobile_mtu">1422</integer> + + <!-- Array of ConnectivityManager.TYPE_xxxx values allowable for tethering --> + <!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or + <!== [0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH --> + <integer-array translatable="false" name="config_tether_upstream_types"> + <item>1</item> + <item>4</item> + <item>7</item> + <item>9</item> + </integer-array> + + <!-- Default network policy warning threshold, in megabytes. --> + <integer name="config_networkPolicyDefaultWarning">51200</integer> + + <!-- Values for GPS configuration (Sprint) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>SUPL_HOST=supl.google.com</item> + <item>SUPL_PORT=7275</item> + <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item> + <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item> + <item>NTP_SERVER=north-america.pool.ntp.org</item> + <item>SUPL_VER=0x20000</item> + <item>NMEA_PROVIDER=0</item> + <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> + <item>ERR_ESTIMATE=0</item> + <item>INTERMEDIATE_POS=0</item> + <item>GPS_LOCK=3</item> + <item>LPP_PROFILE=2</item> + <item>SUPL_MODE=1</item> + <item>SUPL_ES=0</item> + </string-array> + + <!-- Sprint need a 3s delay for 3way call --> + <integer name="config_cdma_3waycall_flash_delay">300</integer> + + <!-- Entitlement APP provisioning for Tethering --> + <string-array translatable="false" name="config_mobile_hotspot_provision_app"> + <item>com.google.android.carrierentitlement</item> + <item>com.google.android.carrierentitlement.CarrierEntitlementActivity</item> + </string-array> + <string translatable="false" name="config_mobile_hotspot_provision_app_no_ui"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK + </string> + <string translatable="false" name="config_mobile_hotspot_provision_response"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK_RESULT + </string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc312-mnc530/config.xml b/overlay/frameworks/base/core/res/res/values-mcc312-mnc530/config.xml new file mode 100644 index 0000000..6cff497 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc312-mnc530/config.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Entitlement APP provisioning for Tethering --> + <string-array translatable="false" name="config_mobile_hotspot_provision_app"> + <item>com.google.android.carrierentitlement</item> + <item>com.google.android.carrierentitlement.CarrierEntitlementActivity</item> + </string-array> + <string translatable="false" name="config_mobile_hotspot_provision_app_no_ui"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK + </string> + <string translatable="false" name="config_mobile_hotspot_provision_response"> + com.google.android.carrierentitlement.SILENT_ENTITLEMENT_CHECK_RESULT + </string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc316-mnc010/config.xml b/overlay/frameworks/base/core/res/res/values-mcc316-mnc010/config.xml new file mode 100644 index 0000000..48a119a --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc316-mnc010/config.xml @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Configure mobile network MTU. Carrier specific value is set here. + --> + <integer name="config_mobile_mtu">1422</integer> + + <!-- Array of ConnectivityManager.TYPE_xxxx values allowable for tethering --> + <!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or + <!== [0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH --> + <integer-array translatable="false" name="config_tether_upstream_types"> + <item>1</item> + <item>4</item> + <item>7</item> + <item>9</item> + </integer-array> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc330-mnc110/config.xml b/overlay/frameworks/base/core/res/res/values-mcc330-mnc110/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc330-mnc110/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc334-mnc020/config.xml b/overlay/frameworks/base/core/res/res/values-mcc334-mnc020/config.xml new file mode 100644 index 0000000..7e42887 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc334-mnc020/config.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + + <bool name="config_sms_force_7bit_encoding">true</bool> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc334-mnc050/config.xml b/overlay/frameworks/base/core/res/res/values-mcc334-mnc050/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc334-mnc050/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc334-mnc090/config.xml b/overlay/frameworks/base/core/res/res/values-mcc334-mnc090/config.xml new file mode 100644 index 0000000..42a85c8 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc334-mnc090/config.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> + + <!-- String containing the apn value for tethering. May be overriden by secure settings + TETHER_DUN_APN. Value is a comma separated series of strings: + "name,apn,proxy,port,username,password,server,mmsc,mmsproxy,mmsport,mcc,mnc,auth,type", + Or string format of ApnSettingV3. + note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" --> + <string-array translatable="false" name="config_tether_apndata"> + <item>Modem,modem.nexteldata.com.mx,,,,,,,,,334,090,,DUN</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc334-mnc30/config.xml b/overlay/frameworks/base/core/res/res/values-mcc334-mnc30/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc334-mnc30/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc370-mnc02/config.xml b/overlay/frameworks/base/core/res/res/values-mcc370-mnc02/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc370-mnc02/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc404-mnc01/config.xml b/overlay/frameworks/base/core/res/res/values-mcc404-mnc01/config.xml new file mode 100644 index 0000000..a2077b1 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc404-mnc01/config.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources> + <bool name="config_use_sim_language_file">false</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc840/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc840/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc840/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc840/strings.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc840/strings.xml new file mode 100644 index 0000000..22be7d9 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc840/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Template for showing cellular network operator name while WFC is active --> + <string name="wfcSpnFormat">Wi-Fi Calling</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc854/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc854/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc854/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc855/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc855/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc855/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc855/strings.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc855/strings.xml new file mode 100644 index 0000000..22be7d9 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc855/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Template for showing cellular network operator name while WFC is active --> + <string name="wfcSpnFormat">Wi-Fi Calling</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc856/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc856/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc856/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc856/strings.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc856/strings.xml new file mode 100644 index 0000000..22be7d9 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc856/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Template for showing cellular network operator name while WFC is active --> + <string name="wfcSpnFormat">Wi-Fi Calling</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc857/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc857/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc857/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc857/strings.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc857/strings.xml new file mode 100644 index 0000000..22be7d9 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc857/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Template for showing cellular network operator name while WFC is active --> + <string name="wfcSpnFormat">Wi-Fi Calling</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc858/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc858/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc858/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc858/strings.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc858/strings.xml new file mode 100644 index 0000000..22be7d9 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc858/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Template for showing cellular network operator name while WFC is active --> + <string name="wfcSpnFormat">Wi-Fi Calling</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc859/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc859/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc859/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc859/strings.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc859/strings.xml new file mode 100644 index 0000000..22be7d9 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc859/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Template for showing cellular network operator name while WFC is active --> + <string name="wfcSpnFormat">Wi-Fi Calling</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc860/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc860/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc860/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc860/strings.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc860/strings.xml new file mode 100644 index 0000000..22be7d9 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc860/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Template for showing cellular network operator name while WFC is active --> + <string name="wfcSpnFormat">Wi-Fi Calling</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc861/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc861/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc861/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc861/strings.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc861/strings.xml new file mode 100644 index 0000000..22be7d9 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc861/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Template for showing cellular network operator name while WFC is active --> + <string name="wfcSpnFormat">Wi-Fi Calling</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc862/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc862/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc862/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc862/strings.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc862/strings.xml new file mode 100644 index 0000000..22be7d9 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc862/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Template for showing cellular network operator name while WFC is active --> + <string name="wfcSpnFormat">Wi-Fi Calling</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc863/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc863/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc863/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc863/strings.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc863/strings.xml new file mode 100644 index 0000000..22be7d9 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc863/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Template for showing cellular network operator name while WFC is active --> + <string name="wfcSpnFormat">Wi-Fi Calling</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc864/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc864/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc864/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc864/strings.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc864/strings.xml new file mode 100644 index 0000000..22be7d9 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc864/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Template for showing cellular network operator name while WFC is active --> + <string name="wfcSpnFormat">Wi-Fi Calling</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc865/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc865/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc865/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc865/strings.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc865/strings.xml new file mode 100644 index 0000000..22be7d9 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc865/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Template for showing cellular network operator name while WFC is active --> + <string name="wfcSpnFormat">Wi-Fi Calling</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc866/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc866/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc866/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc866/strings.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc866/strings.xml new file mode 100644 index 0000000..22be7d9 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc866/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Template for showing cellular network operator name while WFC is active --> + <string name="wfcSpnFormat">Wi-Fi Calling</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc867/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc867/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc867/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc867/strings.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc867/strings.xml new file mode 100644 index 0000000..22be7d9 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc867/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Template for showing cellular network operator name while WFC is active --> + <string name="wfcSpnFormat">Wi-Fi Calling</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc868/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc868/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc868/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc868/strings.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc868/strings.xml new file mode 100644 index 0000000..22be7d9 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc868/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Template for showing cellular network operator name while WFC is active --> + <string name="wfcSpnFormat">Wi-Fi Calling</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc869/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc869/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc869/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc869/strings.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc869/strings.xml new file mode 100644 index 0000000..22be7d9 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc869/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Template for showing cellular network operator name while WFC is active --> + <string name="wfcSpnFormat">Wi-Fi Calling</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc870/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc870/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc870/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc870/strings.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc870/strings.xml new file mode 100644 index 0000000..22be7d9 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc870/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Template for showing cellular network operator name while WFC is active --> + <string name="wfcSpnFormat">Wi-Fi Calling</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc871/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc871/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc871/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc871/strings.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc871/strings.xml new file mode 100644 index 0000000..22be7d9 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc871/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Template for showing cellular network operator name while WFC is active --> + <string name="wfcSpnFormat">Wi-Fi Calling</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc872/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc872/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc872/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc872/strings.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc872/strings.xml new file mode 100644 index 0000000..22be7d9 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc872/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Template for showing cellular network operator name while WFC is active --> + <string name="wfcSpnFormat">Wi-Fi Calling</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc873/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc873/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc873/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc873/strings.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc873/strings.xml new file mode 100644 index 0000000..22be7d9 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc873/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Template for showing cellular network operator name while WFC is active --> + <string name="wfcSpnFormat">Wi-Fi Calling</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc874/config.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc874/config.xml new file mode 100644 index 0000000..113c401 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc874/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <!-- Values for GPS configuration (Reliance) --> + <string-array translatable="false" name="config_gpsParameters"> + <item>LPP_PROFILE=2</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc405-mnc874/strings.xml b/overlay/frameworks/base/core/res/res/values-mcc405-mnc874/strings.xml new file mode 100644 index 0000000..22be7d9 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc405-mnc874/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Template for showing cellular network operator name while WFC is active --> + <string name="wfcSpnFormat">Wi-Fi Calling</string> + +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc505-mnc01/config.xml b/overlay/frameworks/base/core/res/res/values-mcc505-mnc01/config.xml new file mode 100644 index 0000000..9d8cc97 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc505-mnc01/config.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <string-array translatable="false" name="config_default_vm_number"> + <item>+61101</item> + </string-array> + + <bool name="config_auto_attach_data_on_creation">false</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc505-mnc11/config.xml b/overlay/frameworks/base/core/res/res/values-mcc505-mnc11/config.xml new file mode 100644 index 0000000..9d8cc97 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc505-mnc11/config.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <string-array translatable="false" name="config_default_vm_number"> + <item>+61101</item> + </string-array> + + <bool name="config_auto_attach_data_on_creation">false</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc505-mnc71/config.xml b/overlay/frameworks/base/core/res/res/values-mcc505-mnc71/config.xml new file mode 100644 index 0000000..9d8cc97 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc505-mnc71/config.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <string-array translatable="false" name="config_default_vm_number"> + <item>+61101</item> + </string-array> + + <bool name="config_auto_attach_data_on_creation">false</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc505-mnc72/config.xml b/overlay/frameworks/base/core/res/res/values-mcc505-mnc72/config.xml new file mode 100644 index 0000000..9d8cc97 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc505-mnc72/config.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <string-array translatable="false" name="config_default_vm_number"> + <item>+61101</item> + </string-array> + + <bool name="config_auto_attach_data_on_creation">false</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc706-mnc01/config.xml b/overlay/frameworks/base/core/res/res/values-mcc706-mnc01/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc706-mnc01/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc712-mnc03/config.xml b/overlay/frameworks/base/core/res/res/values-mcc712-mnc03/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc712-mnc03/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc714-mnc03/config.xml b/overlay/frameworks/base/core/res/res/values-mcc714-mnc03/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc714-mnc03/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc716-mnc06/config.xml b/overlay/frameworks/base/core/res/res/values-mcc716-mnc06/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc716-mnc06/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc716-mnc10/config.xml b/overlay/frameworks/base/core/res/res/values-mcc716-mnc10/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc716-mnc10/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc716-mnc17/config.xml b/overlay/frameworks/base/core/res/res/values-mcc716-mnc17/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc716-mnc17/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc722-mnc02/config.xml b/overlay/frameworks/base/core/res/res/values-mcc722-mnc02/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc722-mnc02/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc722-mnc07/config.xml b/overlay/frameworks/base/core/res/res/values-mcc722-mnc07/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc722-mnc07/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc722-mnc310/config.xml b/overlay/frameworks/base/core/res/res/values-mcc722-mnc310/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc722-mnc310/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc722-mnc34/config.xml b/overlay/frameworks/base/core/res/res/values-mcc722-mnc34/config.xml new file mode 100644 index 0000000..44decc0 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc722-mnc34/config.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> + + <!-- String containing the apn value for tethering. May be overriden by secure settings + TETHER_DUN_APN. Value is a comma separated series of strings: + "name,apn,proxy,port,username,password,server,mmsc,mmsproxy,mmsport,mcc,mnc,auth,type", + Or string format of ApnSettingV3. + note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" --> + <string-array translatable="false" name="config_tether_apndata"> + <item>Personal Internet Movil,internet.personal.com,,,internet,internet,,,,,722,34,1,DUN</item> + </string-array> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc722-mnc340/config.xml b/overlay/frameworks/base/core/res/res/values-mcc722-mnc340/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc722-mnc340/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc722-mnc341/config.xml b/overlay/frameworks/base/core/res/res/values-mcc722-mnc341/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc722-mnc341/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc722-mnc36/config.xml b/overlay/frameworks/base/core/res/res/values-mcc722-mnc36/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc722-mnc36/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc724-mnc02/config.xml b/overlay/frameworks/base/core/res/res/values-mcc724-mnc02/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc724-mnc02/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc724-mnc03/config.xml b/overlay/frameworks/base/core/res/res/values-mcc724-mnc03/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc724-mnc03/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc724-mnc04/config.xml b/overlay/frameworks/base/core/res/res/values-mcc724-mnc04/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc724-mnc04/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc724-mnc05/config.xml b/overlay/frameworks/base/core/res/res/values-mcc724-mnc05/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc724-mnc05/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc724-mnc06/config.xml b/overlay/frameworks/base/core/res/res/values-mcc724-mnc06/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc724-mnc06/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc724-mnc10/config.xml b/overlay/frameworks/base/core/res/res/values-mcc724-mnc10/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc724-mnc10/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc724-mnc11/config.xml b/overlay/frameworks/base/core/res/res/values-mcc724-mnc11/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc724-mnc11/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc724-mnc16/config.xml b/overlay/frameworks/base/core/res/res/values-mcc724-mnc16/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc724-mnc16/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc724-mnc23/config.xml b/overlay/frameworks/base/core/res/res/values-mcc724-mnc23/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc724-mnc23/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc724-mnc24/config.xml b/overlay/frameworks/base/core/res/res/values-mcc724-mnc24/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc724-mnc24/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc724-mnc31/config.xml b/overlay/frameworks/base/core/res/res/values-mcc724-mnc31/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc724-mnc31/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc724-mnc39/config.xml b/overlay/frameworks/base/core/res/res/values-mcc724-mnc39/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc724-mnc39/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc730-mnc01/config.xml b/overlay/frameworks/base/core/res/res/values-mcc730-mnc01/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc730-mnc01/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc730-mnc02/config.xml b/overlay/frameworks/base/core/res/res/values-mcc730-mnc02/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc730-mnc02/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc730-mnc09/config.xml b/overlay/frameworks/base/core/res/res/values-mcc730-mnc09/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc730-mnc09/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc730-mnc10/config.xml b/overlay/frameworks/base/core/res/res/values-mcc730-mnc10/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc730-mnc10/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc732-mnc101/config.xml b/overlay/frameworks/base/core/res/res/values-mcc732-mnc101/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc732-mnc101/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc732-mnc103/config.xml b/overlay/frameworks/base/core/res/res/values-mcc732-mnc103/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc732-mnc103/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc732-mnc111/config.xml b/overlay/frameworks/base/core/res/res/values-mcc732-mnc111/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc732-mnc111/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc732-mnc12/config.xml b/overlay/frameworks/base/core/res/res/values-mcc732-mnc12/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc732-mnc12/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc732-mnc123/config.xml b/overlay/frameworks/base/core/res/res/values-mcc732-mnc123/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc732-mnc123/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc732-mnc130/config.xml b/overlay/frameworks/base/core/res/res/values-mcc732-mnc130/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc732-mnc130/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc734-mnc04/config.xml b/overlay/frameworks/base/core/res/res/values-mcc734-mnc04/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc734-mnc04/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc740-mnc01/config.xml b/overlay/frameworks/base/core/res/res/values-mcc740-mnc01/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc740-mnc01/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc744-mnc02/config.xml b/overlay/frameworks/base/core/res/res/values-mcc744-mnc02/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc744-mnc02/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values-mcc748-mnc10/config.xml b/overlay/frameworks/base/core/res/res/values-mcc748-mnc10/config.xml new file mode 100644 index 0000000..cf02018 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc748-mnc10/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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> + <bool name="config_sms_force_7bit_encoding">true</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index d35948c..5be2fe4 100755 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -58,9 +58,9 @@ <item>75</item> <item>114</item> <item>130</item> - <item>170</item> - <item>195</item> - <item>220</item> + <item>152</item> + <item>175</item> + <item>200</item> <item>255</item> </integer-array> @@ -73,7 +73,9 @@ <!-- Default screen brightness setting. Must be in the range specified by minimum and maximum. --> - <integer name="config_screenBrightnessSettingDefault">53</integer> + <integer name="config_screenBrightnessSettingDefault">53</integer> + <!-- If this is true, the screen will come on when you unplug usb/power/whatever. --> + <bool name="config_unplugTurnsOnScreen">true</bool> <!-- Does the notification LED support multiple colors? Used to decide if the user can change the colors --> @@ -81,7 +83,9 @@ <!-- Does the battery LED support multiple colors? Used to decide if the user can change the colors --> - <bool name="config_multiColorBatteryLed">false</bool> + <bool name="config_multiColorBatteryLed">false</bool> + <!--Used to decide if we show pulse settings --> + <bool name="config_ledCanPulse">true</bool> <!-- Is the notification LED intrusive? Used to decide if there should be a disable option --> <bool name="config_intrusiveNotificationLed">true</bool> @@ -167,7 +171,7 @@ This needs to match the constants in policy/src/com/android/internal/policy/impl/PhoneWindowManager.java --> - <integer name="config_doubleTapOnHomeBehavior">1</integer> + <integer name="config_doubleTapOnHomeBehavior">7</integer> <!-- Boolean indicating whether the wifi chipset has dual frequency band support --> <bool translatable="false" name="config_wifi_dual_band_support">true</bool> @@ -400,7 +404,18 @@ <bool name="config_supportDoubleTapWake">true</bool> <!-- Enable overlay for all location components. --> - <string name="config_networkLocationProviderPackageName" translatable="false">com.android.google.gms</string> + <string name="config_networkLocationProviderPackageName" translatable="false">com.qualcomm.location</string> <string name="config_fusedLocationProviderPackageName" translatable="false">com.qualcomm.location</string> + <!-- Enable blur support + <bool name="config_ui_blur_enabled">true</bool> --> + + <!-- Default list of files pinned by the Pinner Service --> + <string-array translatable="false" name="config_defaultPinnerServiceFiles"> + <item>"/system/framework/arm64/boot-framework.oat"</item> + <item>"/system/framework/oat/arm64/services.odex"</item> + <item>"/system/framework/arm64/boot.oat"</item> + <item>"/system/framework/arm64/boot-core-libart.oat"</item> + </string-array> + </resources> diff --git a/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml b/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml index 0b7d4b4..764d30e 100644 --- a/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml +++ b/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml @@ -18,7 +18,7 @@ --> <resources> <!-- 30 seconds for default screen timeout --> - <integer name="def_screen_off_timeout">60000</integer> + <integer name="def_screen_off_timeout">240000</integer> <!-- Set the automatic brightness mode on by default --> <bool name="def_screen_brightness_automatic_mode">true</bool> <!-- Default screen brightness, from 0 to 255. 87 is 34%. --> diff --git a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml index bf6717b..55de983 100644 --- a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml +++ b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml @@ -21,6 +21,15 @@ for different hardware and product builds. --> <resources> + <!-- Control whether status bar should distinguish HSPA data icon from UMTS + data icon on devices --> + <bool name="config_hspa_data_distinguishable">true</bool> + + <!-- Should "4G" be shown instead of "LTE" when the network is NETWORK_TYPE_LTE? --> + <bool name="config_show4GForLTE">true</bool> + + <!-- Doze: should the pickup sensor be used as a pulse signal? --> + <bool name="doze_pulse_on_pick_up">true</bool> <!-- Doze: does this device support STATE_DOZE and STATE_DOZE_SUSPEND? --> <bool name="doze_display_state_supported">true</bool> @@ -36,9 +45,5 @@ <!-- Doze: pulse parameter - delay to wait for the screen to wake up after an intent --> <integer name="doze_pulse_delay_in_intent">0</integer> - <!-- Control whether status bar should distinguish HSPA data icon form UMTS - data icon on devices --> - <bool name="config_hspa_data_distinguishable">true</bool> - </resources> diff --git a/overlay/packages/apps/CarrierConfig/res/xml/vendor.xml b/overlay/packages/apps/CarrierConfig/res/xml/vendor.xml index 90fba3a..1b3fad6 100644 --- a/overlay/packages/apps/CarrierConfig/res/xml/vendor.xml +++ b/overlay/packages/apps/CarrierConfig/res/xml/vendor.xml @@ -1,7 +1,11 @@ <?xml version='1.0' encoding='utf-8' standalone='yes' ?> <carrier_config_list> <carrier_config> + <!-- Flag indicating if the phone is a world phone --> <boolean name="world_phone_bool" value="true" /> + <!-- Flag indicating if dtmf tone type is enabled --> + <bool name="dtmf_type_enabled_bool">true</bool> + <!-- Show cdma auto network mode in (global) roaming --> <boolean name="show_cdma_choices_bool" value="true" /> </carrier_config> </carrier_config_list> diff --git a/overlay/packages/apps/CellBroadcastReceiver/res/values/config.xml b/overlay/packages/apps/CellBroadcastReceiver/res/values/config.xml new file mode 100755 index 0000000..d1d5fab --- /dev/null +++ b/overlay/packages/apps/CellBroadcastReceiver/res/values/config.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Copyright (c) 2012, The Linux Foundation. All rights reserved. + + Not a Contribution, Apache license notifications and license are retained + for attribution purposes only. + + 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. +--> + +<resources> + <!-- Whether to enable ETWS settings (Japan) --> + <bool name="show_etws_settings">true</bool> + <!-- Whether to enable CMAS settings (United States) --> + <bool name="show_cmas_settings">true</bool> + <!-- Whether to enable channel 50 settings (Brazil) --> + <bool name="show_brazil_settings">true</bool> + <!-- Whether to enable channel 50 and 60 settings (India) + <bool name="show_india_settings">true</bool> --> +</resources> diff --git a/overlay/vendor/cmsdk/cm/res/res/values/config.xml b/overlay/vendor/cmsdk/cm/res/res/values/config.xml index 24c6094..ba5faae 100644 --- a/overlay/vendor/cmsdk/cm/res/res/values/config.xml +++ b/overlay/vendor/cmsdk/cm/res/res/values/config.xml @@ -22,10 +22,19 @@ <integer name="config_proximityCheckTimeout">100</integer> <bool name="config_proximityCheckOnWakeEnabledByDefault">true</bool> - <!-- Ambient lux at which to enable outdoor mode when LiveDisplay is enabled --> - <integer name="config_outdoorAmbientLux">12000</integer> <!-- Is the notification LED brightness adjustable ? Used to decide if the user can set LED brightness --> <bool name="config_adjustableNotificationLedBrightness">true</bool> + <!-- Color temperature settings for LiveDisplay. These were obtained by + measuring the display at various color balance levels. --> + <integer name="config_minColorTemperature">2000</integer> + <integer name="config_maxColorTemperature">10000</integer> + + <!-- Corresponds to color balance level of zero, this is the native + display temperature --> + <integer name="config_dayColorTemperature">7000</integer> + <integer name="config_nightColorTemperature">5000</integer> + <!-- For high brightness mode --> + <integer name="config_outdoorAmbientLux">12000</integer> </resources> |