Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-08-05 10:29:14 -04:00
parent 31a67f054d
commit e0b57197ea
6 changed files with 7 additions and 4 deletions

View file

@ -74,7 +74,7 @@
<integer name="config_multiuserMaximumUsers">16</integer>
<!-- Remote server that can provide NTP responses. -->
<string translatable="false" name="config_ntpServer">1.android.pool.ntp.org</string>
<string translatable="false" name="config_ntpServer">2.android.pool.ntp.org</string>
<!-- The default journal mode to use use when Write-Ahead Logging is not active.
Choices are: OFF, DELETE, TRUNCATE, PERSIST and MEMORY.