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"