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

Commit 6ad30b8b authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by android-build-merger
Browse files

Merge "Change the validation URL for Chinese SIMs" am: 08d4a537ec

am: bea65fa482

Change-Id: I79f0c73f1a5c3edf64c347611555e00c3a9a6516
parents d0268ce3 4d7cd43d
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Network validation URL configuration for devices using a Chinese SIM (MCC 460).
         The below URLs are often whitelisted by captive portals, so they should not be used in the
         general case as this could degrade the user experience (portals not detected properly).
         However in China the default URLs are not accessible in general. The below alternatives
         should allow users to connect to local networks normally. -->
    <string name="default_captive_portal_https_url" translatable="false">https://connectivitycheck.gstatic.com/generate_204</string>
    <string-array name="default_captive_portal_fallback_urls" translatable="false">
        <item>http://www.googleapis.cn/generate_204</item>
    </string-array>
</resources>