From a163f6db9fad94c8d722115c2d54b1f97c2db571 Mon Sep 17 00:00:00 2001 From: Junkyu Kang Date: Wed, 15 Jun 2022 16:42:14 +0800 Subject: [PATCH] gps: enable SUPL OTDOA capable for VZW Bug: 233849643 Test: confirm config is correct Change-Id: I72a8c709b1dbfae5697cf14dc5e96585893c5d62 --- gps.xml.l10 | 1 + gps_user.xml.l10 | 1 + 2 files changed, 2 insertions(+) diff --git a/gps.xml.l10 b/gps.xml.l10 index d8d896f..a98ea61 100644 --- a/gps.xml.l10 +++ b/gps.xml.l10 @@ -32,6 +32,7 @@ SuplVersion="2" SuplMinorVersion="0" SuplOtdoaCapable="true" + SuplOtdoaCapable2="true" SuplGlonassCapable = "true" SuplGalileoCapable = "true" SuplBdsCapable = "true" diff --git a/gps_user.xml.l10 b/gps_user.xml.l10 index caf5bd5..a982f5e 100644 --- a/gps_user.xml.l10 +++ b/gps_user.xml.l10 @@ -31,6 +31,7 @@ SuplVersion="2" SuplMinorVersion="0" SuplOtdoaCapable="true" + SuplOtdoaCapable2="true" SuplGlonassCapable = "true" SuplGalileoCapable = "true" SuplBdsCapable = "true"