diff options
5 files changed, 57 insertions, 2 deletions
diff --git a/service/ServiceWifiResources/res/values-mcc310-mnc950 b/service/ServiceWifiResources/res/values-mcc310-mnc950 deleted file mode 120000 index 179ce02a94..0000000000 --- a/service/ServiceWifiResources/res/values-mcc310-mnc950 +++ /dev/null @@ -1 +0,0 @@ -values-mcc310-mnc030
\ No newline at end of file diff --git a/service/ServiceWifiResources/res/values-mcc310-mnc950/config.xml b/service/ServiceWifiResources/res/values-mcc310-mnc950/config.xml new file mode 100644 index 0000000000..c6fdb89325 --- /dev/null +++ b/service/ServiceWifiResources/res/values-mcc310-mnc950/config.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2025 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"> + <integer name="config_wifiFrameworkSecureNetworkBonus">540</integer> + + <string-array translatable="false" name="config_wifiOobPseudonymEnabled_carrier_overrides"> + <item><xliff:g id="carrier_id_prefix">:::1187:::</xliff:g>true</item> + </string-array> + + <!-- Carrier specific override for the URL of entitlement server retrieving OOB pseudonym. --> + <string-array translatable="false" name="config_wifiOobPseudonymEntitlementServerUrl_carrier_overrides"> + <item><xliff:g id="carrier_id_prefix">:::1187:::</xliff:g>https://sentitlement2.npc.mobilephone.net/WFC</item> + </string-array> +</resources> diff --git a/service/ServiceWifiResources/res/values-mcc311-mnc180 b/service/ServiceWifiResources/res/values-mcc311-mnc180 index 179ce02a94..c885455563 120000 --- a/service/ServiceWifiResources/res/values-mcc311-mnc180 +++ b/service/ServiceWifiResources/res/values-mcc311-mnc180 @@ -1 +1 @@ -values-mcc310-mnc030
\ No newline at end of file +values-mcc310-mnc950
\ No newline at end of file diff --git a/service/ServiceWifiResources/res/values-mcc312-mnc670/config.xml b/service/ServiceWifiResources/res/values-mcc312-mnc670/config.xml new file mode 100644 index 0000000000..a605db28c3 --- /dev/null +++ b/service/ServiceWifiResources/res/values-mcc312-mnc670/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright (C) 2025 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_wifiOobPseudonymEnabled_carrier_overrides"> + <item><xliff:g id="carrier_id_prefix">:::2119:::</xliff:g>true</item> + </string-array> + + <!-- Carrier specific override for the URL of entitlement server retrieving OOB pseudonym. --> + <string-array translatable="false" name="config_wifiOobPseudonymEntitlementServerUrl_carrier_overrides"> + <item><xliff:g id="carrier_id_prefix">:::2119:::</xliff:g>https://sentitlement2.npc.mobilephone.net/WFC</item> + </string-array> +</resources> diff --git a/service/ServiceWifiResources/res/values-mcc313-mnc140 b/service/ServiceWifiResources/res/values-mcc313-mnc140 new file mode 120000 index 0000000000..2d21ee5bae --- /dev/null +++ b/service/ServiceWifiResources/res/values-mcc313-mnc140 @@ -0,0 +1 @@ +values-mcc313-mnc100
\ No newline at end of file |