Make Psds server configurable from carrier config am: 75657e2f0e

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/13782435

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I08d347c453d5c5cc7a8bde0f39a8e93468e4c723
This commit is contained in:
Edwin Tung 2021-03-08 06:47:56 +00:00 committed by Automerger Merge Worker
commit 36a0fce6c7

View file

@ -148,11 +148,6 @@
<!-- Is the device capable of hot swapping an UICC Card -->
<bool name="config_hotswapCapable">true</bool>
<!-- Ser Gnss Psds Servers -->
<string name="config_longterm_psds_server_1">https://agnss.goog/lto2.dat</string>
<string name="config_normal_psds_server">https://agnss.goog/rto.dat</string>
<string name="config_realtime_psds_server">https://agnss.goog/rtistatus.dat</string>
<!-- The default refresh rate. P21 manages this using the peak refresh rate setting, so set
this value to 0 so it has no effect. -->
<integer name="config_defaultRefreshRate">0</integer>