mirror of
https://github.com/Evolution-X-Devices/device_google_redbull
synced 2026-02-01 09:20:23 +00:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user