From 12532424b2dc69d9abb60d74ab6be6fc23ec38d7 Mon Sep 17 00:00:00 2001 From: Cheng Chang Date: Fri, 26 Jan 2024 05:49:49 +0000 Subject: [PATCH] gps: Disable Vzw SUPL OTDOA Bug: 322404137 Test: OTDOA test in b/322404137 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:7b53f7cfb9aef092f88a0461aae50519f2931d3d) Merged-In: Ia9ce30833ebf24455388fe8a3920d7d91946a35e Change-Id: Ia9ce30833ebf24455388fe8a3920d7d91946a35e --- gps.xml.b3 | 2 +- gps_user.xml.b3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gps.xml.b3 b/gps.xml.b3 index fd10075..999e86b 100644 --- a/gps.xml.b3 +++ b/gps.xml.b3 @@ -35,7 +35,7 @@ SuplVersion="2" SuplMinorVersion="0" SuplOtdoaCapable="true" - SuplOtdoaCapable2="true" + SuplOtdoaCapable2="false" SuplGlonassCapable = "true" SuplGalileoCapable = "true" SuplBdsCapable = "true" diff --git a/gps_user.xml.b3 b/gps_user.xml.b3 index 74a7178..fb4a5ea 100644 --- a/gps_user.xml.b3 +++ b/gps_user.xml.b3 @@ -34,7 +34,7 @@ SuplVersion="2" SuplMinorVersion="0" SuplOtdoaCapable="true" - SuplOtdoaCapable2="true" + SuplOtdoaCapable2="false" SuplGlonassCapable = "true" SuplGalileoCapable = "true" SuplBdsCapable = "true"