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:
parent
b29cde0538
commit
695ef0553f
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue