aboutsummaryrefslogtreecommitdiff
path: root/service-builtin
diff options
context:
space:
mode:
authorEva Chen <evaschen@google.com>2022-01-17 12:13:45 -0800
committerEva Chen <evaschen@google.com>2022-01-24 09:53:38 -0800
commit543dfb155bc4bd97bea3cf5b5b8130662a98bad6 (patch)
tree7e7fa76416a0baf6515f84e047f27799078b2fb0 /service-builtin
parentfab4e1b4ca39263cb5b3dd9de2b73bdc2706fd8f (diff)
downloadCar-543dfb155bc4bd97bea3cf5b5b8130662a98bad6.tar.gz
Update CarLocationService based on suggestions from API Council.
Also updated car shell permissions to run gnss suspend LocationShellCommands. Bug: 187348886 Test: atest GtsLocationTestCases:AutomotiveGnssControlsTest Change-Id: Idf72f84cbb618361d1d8d34c8d230e341448061a
Diffstat (limited to 'service-builtin')
-rw-r--r--service-builtin/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/service-builtin/AndroidManifest.xml b/service-builtin/AndroidManifest.xml
index 2905824b42..f1447b812e 100644
--- a/service-builtin/AndroidManifest.xml
+++ b/service-builtin/AndroidManifest.xml
@@ -946,7 +946,7 @@
<uses-permission android:name="android.permission.MANAGE_USERS"/>
<uses-permission android:name="android.permission.LOCATION_HARDWARE"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
- <uses-permission android:name="android.permission.AUTOMOTIVE_GNSS_CONTROLS"/>
+ <uses-permission android:name="android.permission.CONTROL_AUTOMOTIVE_GNSS"/>
<uses-permission android:name="android.permission.PROVIDE_TRUST_AGENT"/>
<uses-permission android:name="android.permission.READ_LOGS"/>
<!-- Used by NotificationHelper to change the notifications app name -->