From 973add41d68de713528c5709d8cc0ab8283f2cb9 Mon Sep 17 00:00:00 2001 From: Wayne Lin Date: Wed, 29 Dec 2021 16:31:52 +0800 Subject: [PATCH] Fix CP LPPe DBH message missing issue Enable below configs - CpLppeCancelDbhOnAgnssProvideLoc - CpLppeUseAgnssLocForEmptyDbh Bug: 212516393 Test: build pass and confirm the configs are correct Change-Id: I36f7276d769aa340de13c6c7bc3191376a97b58f --- location/gps.xml | 2 ++ location/gps.xml.c10 | 2 ++ location/gps.xml.p10 | 2 ++ location/gps_user.xml | 2 ++ location/gps_user.xml.c10 | 2 ++ location/gps_user.xml.p10 | 2 ++ 6 files changed, 12 insertions(+) diff --git a/location/gps.xml b/location/gps.xml index 00cc8f4..567c250 100644 --- a/location/gps.xml +++ b/location/gps.xml @@ -47,6 +47,8 @@ GnssYearOfHardware="2020" CpGuardTimeSec="1" CpLppGuardTimeSec="1" + CpLppeCancelDbhOnAgnssProvideLoc="true" + CpLppeUseAgnssLocForEmptyDbh="true" IgnoreInjectedSystemTime="true" AttributionAppPkgName="com.google.android.carrierlocation" diff --git a/location/gps.xml.c10 b/location/gps.xml.c10 index cbd15f5..c4dc93f 100644 --- a/location/gps.xml.c10 +++ b/location/gps.xml.c10 @@ -47,6 +47,8 @@ GnssYearOfHardware="2020" CpGuardTimeSec="1" CpLppGuardTimeSec="1" + CpLppeCancelDbhOnAgnssProvideLoc="true" + CpLppeUseAgnssLocForEmptyDbh="true" IgnoreInjectedSystemTime="true" AttributionAppPkgName="com.google.android.carrierlocation" diff --git a/location/gps.xml.p10 b/location/gps.xml.p10 index e129351..ae357b5 100644 --- a/location/gps.xml.p10 +++ b/location/gps.xml.p10 @@ -47,6 +47,8 @@ GnssYearOfHardware="2020" CpGuardTimeSec="1" CpLppGuardTimeSec="1" + CpLppeCancelDbhOnAgnssProvideLoc="true" + CpLppeUseAgnssLocForEmptyDbh="true" IgnoreInjectedSystemTime="true" AttributionAppPkgName="com.google.android.carrierlocation" diff --git a/location/gps_user.xml b/location/gps_user.xml index f8b182e..9ab6096 100644 --- a/location/gps_user.xml +++ b/location/gps_user.xml @@ -46,6 +46,8 @@ GnssYearOfHardware="2020" CpGuardTimeSec="1" CpLppGuardTimeSec="1" + CpLppeCancelDbhOnAgnssProvideLoc="true" + CpLppeUseAgnssLocForEmptyDbh="true" IgnoreInjectedSystemTime="true" AttributionAppPkgName="com.google.android.carrierlocation" diff --git a/location/gps_user.xml.c10 b/location/gps_user.xml.c10 index 62f10d8..05ca59b 100644 --- a/location/gps_user.xml.c10 +++ b/location/gps_user.xml.c10 @@ -46,6 +46,8 @@ GnssYearOfHardware="2020" CpGuardTimeSec="1" CpLppGuardTimeSec="1" + CpLppeCancelDbhOnAgnssProvideLoc="true" + CpLppeUseAgnssLocForEmptyDbh="true" IgnoreInjectedSystemTime="true" AttributionAppPkgName="com.google.android.carrierlocation" diff --git a/location/gps_user.xml.p10 b/location/gps_user.xml.p10 index 7da1a04..c974b1b 100644 --- a/location/gps_user.xml.p10 +++ b/location/gps_user.xml.p10 @@ -46,6 +46,8 @@ GnssYearOfHardware="2020" CpGuardTimeSec="1" CpLppGuardTimeSec="1" + CpLppeCancelDbhOnAgnssProvideLoc="true" + CpLppeUseAgnssLocForEmptyDbh="true" IgnoreInjectedSystemTime="true" AttributionAppPkgName="com.google.android.carrierlocation"