Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e1a01b0 authored by Amit Mahajan's avatar Amit Mahajan Committed by Android (Google) Code Review
Browse files

Merge "Contribute roaming configuration for domestic roaming and non-roaming cases" into lmp-dev

parents fbc88e19 5b14c3ef
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
<?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">
    <string-array translatable="false" name="config_operatorConsideredNonRoaming">
        <item>20610</item>
    </string-array>
</resources>
+24 −0
Original line number Diff line number Diff line
<?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">
    <string-array translatable="false" name="config_operatorConsideredNonRoaming">
        <item>20605</item>
    </string-array>
</resources>
+24 −0
Original line number Diff line number Diff line
@@ -35,4 +35,28 @@
         note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" -->
    <string translatable="false" name="config_tether_apndata">SFR option modem,websfr,,,,,,,,,208,10,,DUN</string>

    <string-array translatable="false" name="config_operatorConsideredNonRoaming">
        <item>21401</item>
        <item>21402</item>
        <item>21403</item>
        <item>21404</item>
        <item>21405</item>
        <item>21406</item>
        <item>21407</item>
        <item>21408</item>
        <item>21409</item>
        <item>21410</item>
        <item>21411</item>
        <item>21412</item>
        <item>21413</item>
        <item>21414</item>
        <item>21415</item>
        <item>21416</item>
        <item>21417</item>
        <item>21418</item>
        <item>21419</item>
        <item>21420</item>
        <item>21421</item>
    </string-array>

</resources>
+24 −0
Original line number Diff line number Diff line
<?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">
    <string-array translatable="false" name="config_operatorConsideredNonRoaming">
        <item>20801</item>
    </string-array>
</resources>
+23 −0
Original line number Diff line number Diff line
@@ -37,4 +37,27 @@
         note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" -->
    <string translatable="false" name="config_tether_apndata">INTERNET,airtelnet.es,,,vodafone,vodafone,,,,,214,01,1,DUN</string>

    <string-array translatable="false" name="config_operatorConsideredNonRoaming">
        <item>21402</item>
        <item>21403</item>
        <item>21404</item>
        <item>21405</item>
        <item>21406</item>
        <item>21407</item>
        <item>21408</item>
        <item>21409</item>
        <item>21410</item>
        <item>21411</item>
        <item>21412</item>
        <item>21413</item>
        <item>21414</item>
        <item>21415</item>
        <item>21416</item>
        <item>21417</item>
        <item>21418</item>
        <item>21419</item>
        <item>21420</item>
        <item>21421</item>
    </string-array>

</resources>
Loading