pregrant coarse and background location permission to scone

CBRS is ramping up so we need to make sure the necessary location permissions are granted before it launches

Bug: 188832088

Bug: 123422575

Test: b/199306063
Change-Id: I0fbb20b3e0ea7555300d84ed750ae465fe144da9
This commit is contained in:
Jack Nudelman 2021-09-09 13:44:07 -07:00 committed by TreeHugger Robot
parent b29cde0538
commit 695ef0553f

View file

@ -61,6 +61,9 @@
</exception> </exception>
<exception package="com.google.android.apps.scone"> <exception package="com.google.android.apps.scone">
<!-- Location access to determine proximity to a CBRS network coverage area -->
<permission name="android.permission.ACCESS_COARSE_LOCATION" fixed="false"/>
<permission name="android.permission.ACCESS_BACKGROUND_LOCATION" fixed="false"/>
<!-- Used to call ActivityTransition API for Smart PNO --> <!-- Used to call ActivityTransition API for Smart PNO -->
<permission name="android.permission.ACTIVITY_RECOGNITION" fixed="false"/> <permission name="android.permission.ACTIVITY_RECOGNITION" fixed="false"/>
</exception> </exception>