Merge "gps: Set SuplUseFwCellInfo to false" into tm-dev am: 9a3257abf8

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

Change-Id: Ic8953b68b464ae0d26a8e38ac2f6c6dad4d04a4b
This commit is contained in:
Joe Huang 2022-03-24 04:12:55 +00:00 committed by Automerger Merge Worker
commit 08304c5bf5
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@
SuplSslMethod="SSLv23_NO_TLSv1_2" SuplSslMethod="SSLv23_NO_TLSv1_2"
SuplEnable="true" SuplEnable="true"
SuplUseApn="true" SuplUseApn="true"
SuplUseFwCellInfo="false"
SuplTlsCertDirPath="/etc/security/cacerts" SuplTlsCertDirPath="/etc/security/cacerts"
SuplTlsCertPath="/vendor/etc/gnss/gps.cer" SuplTlsCertPath="/vendor/etc/gnss/gps.cer"
SuplUT1Seconds="20" SuplUT1Seconds="20"

View file

@ -20,6 +20,7 @@
SuplSslMethod="SSLv23_NO_TLSv1_2" SuplSslMethod="SSLv23_NO_TLSv1_2"
SuplEnable="true" SuplEnable="true"
SuplUseApn="true" SuplUseApn="true"
SuplUseFwCellInfo="false"
SuplTlsCertDirPath="/etc/security/cacerts" SuplTlsCertDirPath="/etc/security/cacerts"
SuplTlsCertPath="/vendor/etc/gnss/gps.cer" SuplTlsCertPath="/vendor/etc/gnss/gps.cer"
SuplUT1Seconds="20" SuplUT1Seconds="20"