summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Ashbridge <mashbridge@google.com>2019-04-18 12:08:48 +0100
committerMichael Ashbridge <mashbridge@google.com>2019-04-18 16:51:03 +0000
commit0a763b23db80c607974897f2f4a770c010b1aa01 (patch)
tree5d21765ede1dd59ed3f2b38fe4346dacd62c2941
parent613d986d5d3f2b532641334a42d506382d15dfd6 (diff)
downloadmarlin-0a763b23db80c607974897f2f4a770c010b1aa01.tar.gz
Makes settings.intelligence permissions consistent
- Settings Intelligence needs the location and location permissions pregranted and fixed in order to function correctly. This change makes the calendar and location settings consistent acrosss the range of devices that support Q. Bug: 130349398 Test: built & flashed to device, confirmed permission granted Change-Id: I76c71f1ba90849eedf8d36ddc2df3b9fe49c6d48
-rw-r--r--default-permissions.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default-permissions.xml b/default-permissions.xml
index dcc9c0a0..57aa172e 100644
--- a/default-permissions.xml
+++ b/default-permissions.xml
@@ -100,6 +100,7 @@
<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"/>
</exception>
</exceptions>