commit | ac1bb3f2dac59774df08f33458bea15d1d680313 | [log] [tgz] |
---|---|---|
author | Wayne Lin <waynewhlin@google.com> | Thu Sep 19 22:46:24 2024 +0800 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Oct 03 23:25:25 2024 +0000 |
tree | 9ae18c39d860b5d383d0962cf0deb0640ce560a1 | |
parent | a582d37c28f9ae8b8fb710df910c53b5e5a4a9a4 [diff] [blame] |
gps: set default SUPL SSL method to SSLv23 Bug: 363886476 Test: verify SUPL NI test pass (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:96a0ec11ba0545a56f6496c5a93ecb570a3ca7f7) Merged-In: Iefe7acffac50ff14447b7d35c9c50e699637aba1 Change-Id: Iefe7acffac50ff14447b7d35c9c50e699637aba1
diff --git a/location/gps.xml b/location/gps.xml index 76eb81e..009aaec 100644 --- a/location/gps.xml +++ b/location/gps.xml
@@ -18,7 +18,7 @@ SuplLogFullName="/data/vendor/gps/suplflow.txt" tlsEnable="true" - SuplSslMethod="SSLv23_NO_TLSv1_2" + SuplSslMethod="SSLv23" SuplEnable="true" SuplUseApn="false" SuplUseApnNI="true"