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

Commit 69262850 authored by dianlujitao's avatar dianlujitao Committed by Abhisek Devkota
Browse files

overlay: Use old NTP server in China

 * Google changed NTP server to time.android.com since 8.0,
   but for obvious reason, it's inaccessible in China.
 * Switch to NTP server used in previous Android revisions
   when China SIM inserted to make Chinese users happy.

Change-Id: Iaee63c64cae904b38f6bcec85ed6b0be1dbf3765
parent 8dc66efc
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2018, The LineageOS 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">
    <!-- Remote server that can provide NTP responses. -->
    <string translatable="false" name="config_ntpServer">2.android.pool.ntp.org</string>
</resources>