Allow user to change background location permission

Bramble and Redfin device reuse same default-permissions file in
Redbull, so we change the permission configuration here.

Test: Rebuilt rom and see permission screen
Fix: 155841558
Change-Id: I70a60631f8eef4cdc257bf2d8ff30c1e61adbd90
This commit is contained in:
Tsung-Mao Fang
2020-05-19 15:31:32 +08:00
parent 997456b630
commit 0b230e6a41

View File

@@ -98,8 +98,8 @@
<!-- Calendar -->
<permission name="android.permission.READ_CALENDAR" fixed="true"/>
<!-- Location -->
<permission name="android.permission.ACCESS_FINE_LOCATION" fixed="true"/>
<permission name="android.permission.ACCESS_BACKGROUND_LOCATION" fixed="true"/>
<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">