Have a consistent permission configuration with other devices
Change-Id: I346370bbc9e1fcddef7dc9c64a03954cddf97264 Test: Run presubmit Fix: 184312606 (cherry picked from commit 967e140f534064ef6fbe01c7c65167a033c95ee7)
This commit is contained in:
parent
2762231fdf
commit
7dd7ceba38
1 changed files with 8 additions and 0 deletions
|
@ -41,6 +41,14 @@
|
||||||
</exception>
|
</exception>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<exception package="com.google.android.settings.intelligence">
|
||||||
|
<!-- Calendar -->
|
||||||
|
<permission name="android.permission.READ_CALENDAR" fixed="true"/>
|
||||||
|
<!-- Location -->
|
||||||
|
<permission name="android.permission.ACCESS_FINE_LOCATION" fixed="false"/>
|
||||||
|
<permission name="android.permission.ACCESS_BACKGROUND_LOCATION" fixed="false"/>
|
||||||
|
</exception>
|
||||||
|
|
||||||
<exception package="com.google.android.cbrsnetworkmonitor">
|
<exception package="com.google.android.cbrsnetworkmonitor">
|
||||||
<!-- Location access to create CBRS geofences-->
|
<!-- Location access to create CBRS geofences-->
|
||||||
<permission name="android.permission.ACCESS_FINE_LOCATION" fixed="true"/>
|
<permission name="android.permission.ACCESS_FINE_LOCATION" fixed="true"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue