pregrant coarse and background location permission to scone am: 830d28d745 am: 58fe665e51

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15819240

Change-Id: Ibd9ac10f6ac18eea98fb076cd8ef9303f28adb86
This commit is contained in:
Jack Nudelman 2021-09-24 21:43:09 +00:00 committed by Automerger Merge Worker
commit 245e6ca45d

View file

@ -61,6 +61,9 @@
</exception>
<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 -->
<permission name="android.permission.ACTIVITY_RECOGNITION" fixed="false"/>
</exception>