d855: Migrate gps overlay to CarrierConfig

Test: build
Bug: 122431542
Change-Id: I9bb4150522fd367a6a6895bba008eba24e238e4d
gugelfrei
Shinru Han 4 years ago committed by Aleksander
parent 68df0049a5
commit 959508f60f

@ -1,37 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2012, The Android 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.
** 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">
<!-- Values for GPS configuration -->
<string-array translatable="false" name="config_gpsParameters">
<item>SUPL_HOST=supl.google.com</item>
<item>SUPL_PORT=7275</item>
<item>SUPL_VER=0x20000</item>
<item>SUPL_MODE=1</item>
<item>SUPL_ES=1</item>
<item>CAPABILITIES=0x31</item>
<item>LPP_PROFILE=0</item>
<item>USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=0</item>
<item>A_GLONASS_POS_PROTOCOL_SELECT=15</item>
<item>GPS_LOCK=0</item>
<item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin</item>
<item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin</item>
<item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin</item>
</string-array>
</resources>
Loading…
Cancel
Save