From 168baa2a1dd01b88c2a5ff4dd8608c90f7b8eeaa Mon Sep 17 00:00:00 2001 From: Joe Huang Date: Wed, 5 Oct 2022 15:36:44 +0800 Subject: [PATCH] Add back carrier location app Test: Build test and check Carrier Location App is installed Bug: 251067805 Change-Id: I9c3f70a2827b0f5ad70334b1edb50bf92f76fc89 --- location/gps.xml.f10 | 2 ++ location/gps_user.xml.f10 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/location/gps.xml.f10 b/location/gps.xml.f10 index c965780..e40c31c 100644 --- a/location/gps.xml.f10 +++ b/location/gps.xml.f10 @@ -53,6 +53,8 @@ CpLppGuardTimeSec="1" IgnoreInjectedSystemTime="true" + AttributionAppPkgName="com.google.android.carrierlocation" + AssertEnabled="true" CpLppeCancelDbhOnAgnssProvideLoc="true" CpLppeUseAgnssLocForEmptyDbh="true" diff --git a/location/gps_user.xml.f10 b/location/gps_user.xml.f10 index a1ae842..7343482 100644 --- a/location/gps_user.xml.f10 +++ b/location/gps_user.xml.f10 @@ -52,6 +52,8 @@ CpLppGuardTimeSec="1" IgnoreInjectedSystemTime="true" + AttributionAppPkgName="com.google.android.carrierlocation" + AssertEnabled="false" CpLppeCancelDbhOnAgnssProvideLoc="true" CpLppeUseAgnssLocForEmptyDbh="true"