am aeaecacc: Merge "telephony: Set roam though same named operator" into klp-dev
* commit 'aeaecacccac2ea9b3db310921707696c56afada4': telephony: Set roam though same named operator
This commit is contained in:
25
core/res/res/values-mcc404-mnc17/config.xml
Normal file
25
core/res/res/values-mcc404-mnc17/config.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2013, 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">
|
||||
<!-- Show roaming icon though same named operators. -->
|
||||
<string-array translatable="false" name="config_sameNamedOperatorConsideredRoaming">
|
||||
<item>40491</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
25
core/res/res/values-mcc404-mnc85/config.xml
Normal file
25
core/res/res/values-mcc404-mnc85/config.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2013, 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">
|
||||
<!-- Show roaming icon though same named operators. -->
|
||||
<string-array translatable="false" name="config_sameNamedOperatorConsideredRoaming">
|
||||
<item>40483</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
25
core/res/res/values-mcc530-mnc24/config.xml
Normal file
25
core/res/res/values-mcc530-mnc24/config.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2013, 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">
|
||||
<!-- Show roaming icon though same named operators. -->
|
||||
<string-array translatable="false" name="config_sameNamedOperatorConsideredRoaming">
|
||||
<item>53001</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
@@ -1259,4 +1259,13 @@
|
||||
<!-- For some operators, PDU has garbages. To fix it, need to use valid index -->
|
||||
<integer name="config_valid_wappush_index">-1</integer>
|
||||
|
||||
<!-- Show roaming icon though same named operators.
|
||||
Uses "startsWith" so you can use a leading substring like the mcc or
|
||||
use the complete mcc+mnc string.
|
||||
Though same mcc and same operator name, some operator want to roam.
|
||||
user of 40485 should see the roaming icon as using 40483 network
|
||||
though same Reliance network.
|
||||
To do this, add 40483 item to values-mcc404-mnc85/config.xml -->
|
||||
<string-array translatable="false" name="config_sameNamedOperatorConsideredRoaming">
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -975,6 +975,7 @@
|
||||
<java-symbol type="array" name="config_cdma_dun_supported_types" />
|
||||
<java-symbol type="array" name="config_disabledUntilUsedPreinstalledImes" />
|
||||
<java-symbol type="array" name="config_operatorConsideredNonRoaming" />
|
||||
<java-symbol type="array" name="config_sameNamedOperatorConsideredRoaming" />
|
||||
|
||||
<java-symbol type="drawable" name="default_wallpaper" />
|
||||
<java-symbol type="drawable" name="indicator_input_error" />
|
||||
|
||||
Reference in New Issue
Block a user