Merge "gps: Enable SI SUPL over Wifi" into tm-qpr-dev am: 8b855b3056 am: 5f50c56fe9

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

Change-Id: I6c984b403eeabbc9b4429c2081268e31c1bc71a3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot 2022-08-19 06:59:42 +00:00 committed by Automerger Merge Worker
commit 312c798065
2 changed files with 6 additions and 2 deletions

View file

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

View file

@ -19,7 +19,9 @@
SuplSslMethod="SSLv23_NO_TLSv1_2"
SuplEnable="true"
SuplUseApn="true"
SuplUseApn="false"
SuplUseApnNI="true"
SuplDummyCellInfo="true"
SuplUseFwCellInfo="false"
SuplTlsCertDirPath="/etc/security/cacerts"
SuplTlsCertPath="/vendor/etc/gnss/gps.cer"