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:
Tsung-Mao Fang 2021-04-06 12:25:07 +00:00 committed by TreeHugger Robot
parent 2762231fdf
commit 7dd7ceba38

View file

@ -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"/>