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

Commit 32068d1f authored by Martincz Gao's avatar Martincz Gao Committed by Han Wang
Browse files

overlay: Use ntp.ntsc.ac.cn NTP server for Chinese users

Old one no longer works.

Change-Id: If04d87ded94ceb08c7265569503bd51e7c06c542
parent b49c2649
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
<!--
/*
** Copyright 2018, The LineageOS Project
** Copyright 2018-2019, The MoKee 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.
@@ -19,5 +20,5 @@

<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>
    <string translatable="false" name="config_ntpServer">ntp.ntsc.ac.cn</string>
</resources>