Make Psds server configurable from carrier config
Support loading carrier config with no SIM case
Bug: 167499651
Test: manual
Change-Id: I2bc5bfdca83e79b21de8b660a6f8519e402b7caf
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 7ac1fc5..1e2628a 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -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>