blob: 51fe71897df2c5a306eae809a6ca310ab5bba90d [file] [log] [blame]
keunyoungca515072015-07-10 12:21:47 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2015 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Ashwini Oruganti4d498132020-03-24 12:33:29 -070018 xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
19 package="com.android.car"
20 coreApp="true"
21 android:sharedUserId="android.uid.system">
keunyoungca515072015-07-10 12:21:47 -070022
Ashwini Oruganti4d498132020-03-24 12:33:29 -070023 <original-package android:name="com.android.car"/>
Vasco Britod253c1e2019-04-23 18:10:11 -070024
25 <!-- Used for runtime permissions related to monitoring vehicle information. -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -070026 <permission-group android:name="android.car.permission-group.CAR_MONITORING"
27 android:icon="@drawable/perm_group_car"
28 android:description="@string/car_permission_desc"
29 android:label="@string/car_permission_label"/>
Vasco Britod253c1e2019-04-23 18:10:11 -070030
31 <!-- Allows an application to read the vehicle energy information.
32 <p>Protection level: dangerous
33 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -070034 <permission android:name="android.car.permission.CAR_ENERGY"
35 android:permissionGroup="android.car.permission-group.CAR_MONITORING"
36 android:protectionLevel="dangerous"
37 android:label="@string/car_permission_label_energy"
38 android:description="@string/car_permission_desc_energy"/>
Vasco Britod253c1e2019-04-23 18:10:11 -070039
Kai8e3dad52019-07-25 14:14:07 -070040 <!-- Allows an application to adjust the vehicle's range remaining information.
41 <p>Protection level: signature|privileged
Ashwini Oruganti4d498132020-03-24 12:33:29 -070042 -->
43 <permission android:name="android.car.permission.ADJUST_RANGE_REMAINING"
44 android:protectionLevel="signature|privileged"
45 android:label="@string/car_permission_label_adjust_range_remaining"
46 android:description="@string/car_permission_desc_adjust_range_remaining"/>
Kai8e3dad52019-07-25 14:14:07 -070047
Vasco Britod253c1e2019-04-23 18:10:11 -070048 <!-- Allows an application to read the VIN information.
49 <p>Protection level: signature|privileged
50 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -070051 <permission android:name="android.car.permission.CAR_IDENTIFICATION"
52 android:protectionLevel="signature|privileged"
53 android:label="@string/car_permission_label_car_identification"
54 android:description="@string/car_permission_desc_car_identification"/>
Vasco Britod253c1e2019-04-23 18:10:11 -070055
56 <!-- Allows an application to control the vehicle HVAC.
57 <p>Protection level: signature|privileged
58 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -070059 <permission android:name="android.car.permission.CONTROL_CAR_CLIMATE"
60 android:protectionLevel="signature|privileged"
61 android:label="@string/car_permission_label_hvac"
62 android:description="@string/car_permission_desc_hvac"/>
Vasco Britod253c1e2019-04-23 18:10:11 -070063
64 <!-- Allows an application to control the vehicle doors.
65 <p>Protection level: signature|privileged
66 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -070067 <permission android:name="android.car.permission.CONTROL_CAR_DOORS"
68 android:protectionLevel="signature|privileged"
69 android:label="@string/car_permission_label_control_car_doors"
70 android:description="@string/car_permission_desc_control_car_doors"/>
Vasco Britod253c1e2019-04-23 18:10:11 -070071
72 <!-- Allows an application to control the vehicle windows.
73 <p>Protection level: signature|privileged
74 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -070075 <permission android:name="android.car.permission.CONTROL_CAR_WINDOWS"
76 android:protectionLevel="signature|privileged"
77 android:label="@string/car_permission_label_control_car_windows"
78 android:description="@string/car_permission_desc_control_car_windows"/>
Vasco Britod253c1e2019-04-23 18:10:11 -070079
80 <!-- Allows an application to control the vehicle mirrors.
81 <p>Protection level: signature|privileged
82 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -070083 <permission android:name="android.car.permission.CONTROL_CAR_MIRRORS"
84 android:protectionLevel="signature|privileged"
85 android:label="@string/car_permission_label_control_car_mirrors"
86 android:description="@string/car_permission_desc_control_car_mirrors"/>
Vasco Britod253c1e2019-04-23 18:10:11 -070087
88 <!-- Allows an application to control the vehicle seats.
89 <p>Protection level: signature|privileged
90 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -070091 <permission android:name="android.car.permission.CONTROL_CAR_SEATS"
92 android:protectionLevel="signature|privileged"
93 android:label="@string/car_permission_label_control_car_seats"
94 android:description="@string/car_permission_desc_control_car_seats"/>
Vasco Britod253c1e2019-04-23 18:10:11 -070095
96 <!-- Allows an application to read the vehicle mileage information.
97 <p>Protection level: signature|privileged
98 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -070099 <permission android:name="android.car.permission.CAR_MILEAGE"
100 android:protectionLevel="signature|privileged"
101 android:label="@string/car_permission_label_mileage"
102 android:description="@string/car_permission_desc_mileage"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700103
104 <!-- Allows an application to read the vehicle tire pressure information.
105 <p>Protection level: signature|privileged
106 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700107 <permission android:name="android.car.permission.CAR_TIRES"
108 android:protectionLevel="signature|privileged"
109 android:label="@string/car_permission_label_car_tires"
110 android:description="@string/car_permission_desc_car_tires"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700111
112 <!-- Allows an application to read the vehicle steering angle information.
113 <p>Protection level: signature|privileged
114 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700115 <permission android:name="android.car.permission.READ_CAR_STEERING"
116 android:protectionLevel="signature|privileged"
117 android:label="@string/car_permission_label_car_steering"
118 android:description="@string/car_permission_desc_car_steering"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700119
120 <!-- Allows an application to read the display units for distance, fuel, tire pressure,
121 EV battery and fuel consumption.
122 <p>Protection level: normal
123 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700124 <permission android:name="android.car.permission.READ_CAR_DISPLAY_UNITS"
125 android:protectionLevel="normal"
126 android:label="@string/car_permission_label_read_car_display_units"
127 android:description="@string/car_permission_desc_read_car_display_units"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700128
129 <!-- Allows an application to control the display units for distance, fuel, tire pressure,
130 EV battery and fuel consumption.
131 <p>Protection level: normal
132 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700133 <permission android:name="android.car.permission.CONTROL_CAR_DISPLAY_UNITS"
134 android:protectionLevel="normal"
135 android:label="@string/car_permission_label_control_car_display_units"
136 android:description="@string/car_permission_desc_control_car_display_units"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700137
138 <!-- Allows an application to read the vehicle speed.
139 <p>Protection level: dangerous
140 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700141 <permission android:name="android.car.permission.CAR_SPEED"
142 android:permissionGroup="android.permission-group.LOCATION"
143 android:protectionLevel="dangerous"
144 android:label="@string/car_permission_label_speed"
145 android:description="@string/car_permission_desc_speed"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700146
147 <!-- Allows an application to read the vehicle fuel and charge port status.
148 <p>Protection level: normal
149 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700150 <permission android:name="android.car.permission.CAR_ENERGY_PORTS"
151 android:protectionLevel="normal"
152 android:label="@string/car_permission_label_car_energy_ports"
153 android:description="@string/car_permission_desc_car_energy_ports"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700154
Kai0c0fd0d2019-10-22 16:02:02 -0700155 <!-- Allows an application to control the vehicle fuel and charge port status.
156 <p>Protection level: signature|privileged
157 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700158 <permission android:name="android.car.permission.CONTROL_CAR_ENERGY_PORTS"
159 android:protectionLevel="signature|privileged"
160 android:label="@string/car_permission_label_control_car_energy_ports"
161 android:description="@string/car_permission_desc_control_car_energy_ports"/>
Kai0c0fd0d2019-10-22 16:02:02 -0700162
Vasco Britod253c1e2019-04-23 18:10:11 -0700163 <!-- Allows an application to read the vehicle engine information. For example, it allows an
164 application to read the engine oil level, oil temperature, coolant temperature and RPM.
165 <p>Protection level: signature|privileged
166 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700167 <permission android:name="android.car.permission.CAR_ENGINE_DETAILED"
168 android:protectionLevel="signature|privileged"
169 android:label="@string/car_permission_label_car_engine_detailed"
170 android:description="@string/car_permission_desc_car_engine_detailed"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700171
172 <!-- Allows an application to read the vehicle dynamic state information. For example, it
173 allows an application to read the ABS and traction control status.
174 <p>Protection level: signature|privileged
175 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700176 <permission android:name="android.car.permission.CAR_DYNAMICS_STATE"
177 android:protectionLevel="signature|privileged"
178 android:label="@string/car_permission_label_vehicle_dynamics_state"
179 android:description="@string/car_permission_desc_vehicle_dynamics_state"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700180
181 <!-- Allows an application to access the vehicle vendor channel to exchange vendor-specific information.
182 <p>Protection level: signature|privileged
183 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700184 <permission android:name="android.car.permission.CAR_VENDOR_EXTENSION"
185 android:protectionLevel="signature|privileged"
186 android:label="@string/car_permission_label_vendor_extension"
187 android:description="@string/car_permission_desc_vendor_extension"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700188
189 <!-- Allows an application to project an interface from a phone to the vehicle display.
190 <p>Protection level: signature|privileged
191 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700192 <permission android:name="android.car.permission.CAR_PROJECTION"
193 android:protectionLevel="signature|privileged"
194 android:label="@string/car_permission_label_projection"
195 android:description="@string/car_permission_desc_projection"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700196
197 <!-- Allows an application to get the status of other applications projecting to the vehicle display.
198 technologies status changes.
199 <p>Protection level: signature|privileged
200 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700201 <permission android:name="android.car.permission.ACCESS_CAR_PROJECTION_STATUS"
202 android:protectionLevel="signature|privileged"
203 android:label="@string/car_permission_label_access_projection_status"
204 android:description="@string/car_permission_desc_access_projection_status"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700205
206 <!-- Must be required by projection service to ensure only system can bind to it.
207 <p>Protection level: signature
208 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700209 <permission android:name="android.car.permission.BIND_PROJECTION_SERVICE"
210 android:protectionLevel="signature"
211 android:label="@string/car_permission_label_bind_projection_service"
212 android:description="@string/car_permission_desc_bind_projection_service"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700213
214 <!-- Allows an application to emulate the vehicle HAL for testing purposes.
215 <p>Protection level: signature|privileged
216 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700217 <permission android:name="android.car.permission.CAR_MOCK_VEHICLE_HAL"
218 android:protectionLevel="signature|privileged"
219 android:label="@string/car_permission_label_mock_vehicle_hal"
220 android:description="@string/car_permission_desc_mock_vehicle_hal"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700221
222 <!-- Allows an application to read the vehicle car basic information. For example, it allows
223 an application to read the vehicle Make, Model, Model Year, fuel capacity, fuel type,
224 EV battery capacity, EV connection type, fuel door location and driver seat location.
225 <p>Protection level: normal
226 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700227 <permission android:name="android.car.permission.CAR_INFO"
228 android:protectionLevel="normal"
229 android:label="@string/car_permission_label_car_info"
230 android:description="@string/car_permission_desc_car_info"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700231
Kai92f030d2019-10-24 13:07:48 -0700232 <!-- Allows an application to read information of car's vendor permission.
233 <p>Protection level: signature|privileged
234 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700235 <permission android:name="android.car.permission.READ_CAR_VENDOR_PERMISSION_INFO"
236 android:protectionLevel="signature|privileged"
237 android:label="@string/car_permission_label_vendor_permission_info"
238 android:description="@string/car_permission_desc_vendor_permission_info"/>
Kai92f030d2019-10-24 13:07:48 -0700239
Vasco Britod253c1e2019-04-23 18:10:11 -0700240 <!-- Allows an application to read the vehicle exterior environment information. For example,
241 it allows an application to read the vehicle exterior temperature and night mode status.
242 <p>Protection level: normal
243 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700244 <permission android:name="android.car.permission.CAR_EXTERIOR_ENVIRONMENT"
245 android:protectionLevel="normal"
246 android:label="@string/car_permission_label_car_exterior_environment"
247 android:description="@string/car_permission_desc_car_exterior_environment"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700248
Kai Wangbc5fbff2021-05-15 00:09:39 +0000249 <!-- Allows an application to read and write car's epoch time.
Kai093b0062021-02-21 19:53:51 -0800250 <p>Protection level: signature|privileged
251 -->
Kai Wangbc5fbff2021-05-15 00:09:39 +0000252 <permission android:name="android.car.permission.CAR_EPOCH_TIME"
Kai093b0062021-02-21 19:53:51 -0800253 android:protectionLevel="signature|privileged"
Kai Wangbc5fbff2021-05-15 00:09:39 +0000254 android:label="@string/car_permission_label_car_epoch_time"
255 android:description="@string/car_permission_desc_car_epoch_time"/>
Kai093b0062021-02-21 19:53:51 -0800256
257 <!-- Allows an application to read and write car's storage encryption binding seed.
258 <p>Protection level: signature|privileged
259 -->
260 <permission android:name="android.car.permission.STORAGE_ENCRYPTION_BINDING_SEED"
261 android:protectionLevel="signature|privileged"
262 android:label="@string/car_permission_label_encryption_binding_seed"
263 android:description="@string/car_permission_desc_encryption_binding_seed"/>
264
Vasco Britod253c1e2019-04-23 18:10:11 -0700265 <!-- Allows an application to read the vehicle exterior lights state.
266 <p>Protection level: signature|privileged
267 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700268 <permission android:name="android.car.permission.CAR_EXTERIOR_LIGHTS"
269 android:protectionLevel="signature|privileged"
270 android:label="@string/car_permission_label_car_exterior_lights"
271 android:description="@string/car_permission_desc_car_exterior_lights"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700272
273 <!-- Allows an application to control the vehicle exterior lights.
274 <p>Protection level: signature|privileged
275 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700276 <permission android:name="android.car.permission.CONTROL_CAR_EXTERIOR_LIGHTS"
277 android:protectionLevel="signature|privileged"
278 android:label="@string/car_permission_label_control_car_exterior_lights"
279 android:description="@string/car_permission_desc_control_car_exterior_lights"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700280
281 <!-- Allows an application to read the vehicle interior lights state.
282 <p>Protection level: signature|privileged
283 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700284 <permission android:name="android.car.permission.READ_CAR_INTERIOR_LIGHTS"
285 android:protectionLevel="signature|privileged"
286 android:label="@string/car_permission_label_car_interior_lights"
287 android:description="@string/car_permission_desc_car_interior_lights"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700288
289 <!-- Allows an application to control the vehicle interior lights state.
290 <p>Protection level: signature|privileged
291 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700292 <permission android:name="android.car.permission.CONTROL_CAR_INTERIOR_LIGHTS"
293 android:protectionLevel="signature|privileged"
294 android:label="@string/car_permission_label_control_car_interior_lights"
295 android:description="@string/car_permission_desc_control_car_interior_lights"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700296
297 <!-- Allows an application to control the vehicle power state.
298 <p>Protection level: signature|privileged
299 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700300 <permission android:name="android.car.permission.CAR_POWER"
301 android:protectionLevel="signature|privileged"
302 android:label="@string/car_permission_label_car_power"
303 android:description="@string/car_permission_desc_car_power"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700304
305 <!-- Allows an application to read the vehicle powertrain information. For example, it allows
306 an application to read the vehicle current gear, ignition state or parking break status.
307 <p>Protection level: normal
308 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700309 <permission android:name="android.car.permission.CAR_POWERTRAIN"
310 android:protectionLevel="normal"
311 android:label="@string/car_permission_label_car_powertrain"
312 android:description="@string/car_permission_desc_car_powertrain"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700313
314 <!-- Allows an application to access {@link android.car.navigation.CarNavigationStatusManager}
315 to report navigation data. This information may be displayed by the vehicle in the
316 instrument cluster, head-up display or other locations.
317 <p>Protection level: signature|privileged
318 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700319 <permission android:name="android.car.permission.CAR_NAVIGATION_MANAGER"
320 android:protectionLevel="signature|privileged"
321 android:label="@string/car_permission_car_navigation_manager"
322 android:description="@string/car_permission_desc_car_navigation_manager"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700323
324 <!-- Allows an application to read vehicle diagnostic information, including vendor-specific
325 information.
326 <p>Protection level: signature|privileged
327 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700328 <permission android:name="android.car.permission.CAR_DIAGNOSTICS"
329 android:protectionLevel="signature|privileged"
330 android:label="@string/car_permission_label_diag_read"
331 android:description="@string/car_permission_desc_diag_read"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700332
333 <!-- Allows an application to clear diagnostic information from the vehicle.
334 <p>Protection level: signature|privileged
335 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700336 <permission android:name="android.car.permission.CLEAR_CAR_DIAGNOSTICS"
337 android:protectionLevel="signature|privileged"
338 android:label="@string/car_permission_label_diag_clear"
339 android:description="@string/car_permission_desc_diag_clear"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700340
341 <!-- Must be required by VMS client service to ensure only system can bind to it.
342 <p>Protection level: signature
343 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700344 <permission android:name="android.car.permission.BIND_VMS_CLIENT"
345 android:protectionLevel="signature"
346 android:label="@string/car_permission_label_bind_vms_client"
347 android:description="@string/car_permission_desc_bind_vms_client"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700348
349 <!-- Allows an application to publich VMS messages.
350 <p>Protection level: signature|privileged
351 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700352 <permission android:name="android.car.permission.VMS_PUBLISHER"
353 android:protectionLevel="signature|privileged"
354 android:label="@string/car_permission_label_vms_publisher"
355 android:description="@string/car_permission_desc_vms_publisher"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700356
357 <!-- Allows an application to subscribe to VMS messages.
358 <p>Protection level: signature|privileged
359 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700360 <permission android:name="android.car.permission.VMS_SUBSCRIBER"
361 android:protectionLevel="signature|privileged"
362 android:label="@string/car_permission_label_vms_subscriber"
363 android:description="@string/car_permission_desc_vms_subscriber"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700364
365 <!-- Allows an application to read the vehicle driving state.
366 <p>Protection level: signature|privileged
367 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700368 <permission android:name="android.car.permission.CAR_DRIVING_STATE"
369 android:protectionLevel="signature|privileged"
370 android:label="@string/car_permission_label_driving_state"
371 android:description="@string/car_permission_desc_driving_state"/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700372
Rui Qiuf6668202021-04-08 15:37:20 -0700373 <!-- Allows an application to use car's telemetry service.
374 <p>Protection level: signature|privileged
375 -->
376 <permission android:name="android.car.permission.USE_CAR_TELEMETRY_SERVICE"
377 android:protectionLevel="signature|privileged"
378 android:label="@string/car_permission_label_use_telemetry_service"
379 android:description="@string/car_permission_desc_use_telemetry_service"/>
380
Changyeon Job4848862021-03-19 06:46:02 -0700381 <!-- Allows an application to request to launch the EVS previewing activity.
Changyeon Jo67c155d2021-01-05 10:28:14 -0800382 <p>Protection level: signature|privileged
383 -->
Changyeon Job4848862021-03-19 06:46:02 -0700384 <permission android:name="android.car.permission.REQUEST_CAR_EVS_ACTIVITY"
Changyeon Jo67c155d2021-01-05 10:28:14 -0800385 android:protectionLevel="signature|privileged"
Changyeon Job4848862021-03-19 06:46:02 -0700386 android:label="@string/car_permission_label_request_evs_activity"
387 android:description="@string/car_permission_desc_request_evs_activity"/>
Changyeon Jo67c155d2021-01-05 10:28:14 -0800388
Changyeon Job4848862021-03-19 06:46:02 -0700389 <!-- Allows an application to control the EVS previewing activity.
390 <p>Protection level: signature|privileged
391 -->
392 <permission android:name="android.car.permission.CONTROL_CAR_EVS_ACTIVITY"
393 android:protectionLevel="signature|privileged"
394 android:label="@string/car_permission_label_control_evs_activity"
395 android:description="@string/car_permission_desc_control_evs_activity"/>
396
397 <!-- Allows an application to use EVS camera streams.
398 <p>Protection level: signature|privileged
399 -->
400 <permission android:name="android.car.permission.USE_CAR_EVS_CAMERA"
401 android:protectionLevel="signature|privileged"
402 android:label="@string/car_permission_label_use_evs_camera"
403 android:description="@string/car_permission_desc_use_evs_camera"/>
404
405 <!-- Allows an application to monitor a current status of the EVS service.
Changyeon Jo67c155d2021-01-05 10:28:14 -0800406 <p>Protection level: signature|privileged
407 -->
408 <permission android:name="android.car.permission.MONITOR_CAR_EVS_STATUS"
409 android:protectionLevel="signature|privileged"
410 android:label="@string/car_permission_label_monitor_evs_status"
411 android:description="@string/car_permission_desc_monitor_evs_status"/>
Keun-young Park4aeb4bf2015-12-08 18:31:33 -0800412 <!-- may replace this with system permission if proper one is defined. -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700413 <eat-comment/>
Vasco Britod253c1e2019-04-23 18:10:11 -0700414 <!-- Allows an application to block other applications for driver distraction purposes.
415 Note: This permission may be replaced in future versions.
416 <p>Protection level: signature|privileged
417 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700418 <permission android:name="android.car.permission.CONTROL_APP_BLOCKING"
419 android:protectionLevel="signature|privileged"
420 android:label="@string/car_permission_label_control_app_blocking"
421 android:description="@string/car_permission_desc_control_app_blocking"/>
Keun-young Park4aeb4bf2015-12-08 18:31:33 -0800422
Vasco Britod253c1e2019-04-23 18:10:11 -0700423 <!-- Allows an application to control the vehicle audio volume.
424 <p>Protection level: signature|privileged
425 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700426 <permission android:name="android.car.permission.CAR_CONTROL_AUDIO_VOLUME"
427 android:protectionLevel="signature|privileged"
428 android:label="@string/car_permission_label_audio_volume"
429 android:description="@string/car_permission_desc_audio_volume"/>
Yao Chenc4d442f2016-04-08 11:33:47 -0700430
Vasco Britod253c1e2019-04-23 18:10:11 -0700431 <!-- Allows an application to control the vehicle audio settings.
432 <p>Protection level: signature|privileged
433 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700434 <permission android:name="android.car.permission.CAR_CONTROL_AUDIO_SETTINGS"
435 android:protectionLevel="signature|privileged"
436 android:label="@string/car_permission_label_audio_settings"
437 android:description="@string/car_permission_desc_audio_settings"/>
Keun-young Parkfe1a8f12017-01-17 20:06:34 -0800438
Vasco Britod253c1e2019-04-23 18:10:11 -0700439 <!-- Must be required by instrument cluster service to ensure only system can bind to it.
440 <p>Protection level: signature
441 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700442 <permission android:name="android.car.permission.RECEIVE_CAR_AUDIO_DUCKING_EVENTS"
443 android:protectionLevel="system|signature"
444 android:label="@string/car_permission_label_receive_ducking"
445 android:description="@string/car_permission_desc_receive_ducking"/>
Justin Pauporeeade0f22019-03-13 19:03:13 -0700446
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700447 <permission android:name="android.car.permission.BIND_INSTRUMENT_CLUSTER_RENDERER_SERVICE"
448 android:protectionLevel="signature"
449 android:label="@string/car_permission_label_bind_instrument_cluster_rendering"
450 android:description="@string/car_permission_desc_bind_instrument_cluster_rendering"/>
Pavel Maltsev0477e292016-05-27 12:22:36 -0700451
Vasco Britod253c1e2019-04-23 18:10:11 -0700452 <!-- Allows an application to handle the vehicle input events.
453 <p>Protection level: signature
454 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700455 <permission android:name="android.car.permission.BIND_CAR_INPUT_SERVICE"
456 android:protectionLevel="signature"
457 android:label="@string/car_permission_label_bind_input_service"
458 android:description="@string/car_permission_desc_bind_input_service"/>
Vitalii Tomkiv2bd06922016-07-26 11:07:48 -0700459
Vasco Britod253c1e2019-04-23 18:10:11 -0700460 <!-- Allows an application to declare activities to be displayed in the instrument cluster.
461 <p>Protection level: signature|privileged
462 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700463 <permission android:name="android.car.permission.CAR_DISPLAY_IN_CLUSTER"
464 android:protectionLevel="signature|privileged"
465 android:label="@string/car_permission_car_display_in_cluster"
466 android:description="@string/car_permission_desc_car_display_in_cluster"/>
Pavel Maltsev905968c2017-07-16 19:48:57 -0700467
Gaurav Bhola1d3feba2021-10-20 20:30:58 +0000468 <!-- Allows an application to launch applications in the instrument cluster.
Vasco Britod253c1e2019-04-23 18:10:11 -0700469 <p>Protection level: signature|privileged
470 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700471 <permission android:name="android.car.permission.CAR_INSTRUMENT_CLUSTER_CONTROL"
472 android:protectionLevel="signature|privileged"
473 android:label="@string/car_permission_car_cluster_control"
474 android:description="@string/car_permission_desc_car_cluster_control"/>
Pavel Maltsev905968c2017-07-16 19:48:57 -0700475
Gaurav Bhola1d3feba2021-10-20 20:30:58 +0000476 <!-- Allows an application to listen for navigation state changes in instrument cluster.
477 <p>Protection level: signature|privileged
478 -->
479 <permission android:name="android.car.permission.CAR_MONITOR_CLUSTER_NAVIGATION_STATE"
480 android:protectionLevel="signature|privileged"
481 android:label="@string/car_permission_car_cluster_control"
482 android:description="@string/car_permission_desc_car_cluster_control"/>
483
Vasco Britod253c1e2019-04-23 18:10:11 -0700484 <!-- Allows an application to communicate with a device in AOAP mode.
485 <p>Protection level: signature|privileged
486 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700487 <permission android:name="android.car.permission.CAR_HANDLE_USB_AOAP_DEVICE"
488 android:protectionLevel="signature|privileged"
489 android:label="@string/car_permission_label_car_handle_usb_aoap_device"
490 android:description="@string/car_permission_desc_car_handle_usb_aoap_device"/>
Pavel Maltsev6b49b9b2019-03-14 10:14:24 -0700491
Vasco Britod253c1e2019-04-23 18:10:11 -0700492 <!-- Allows an application to configure UX restrictions in the device.
493 <p>Protection level: signature|privileged
494 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700495 <permission android:name="android.car.permission.CAR_UX_RESTRICTIONS_CONFIGURATION"
496 android:protectionLevel="signature|privileged"
497 android:label="@string/car_permission_label_car_ux_restrictions_configuration"
498 android:description="@string/car_permission_desc_car_ux_restrictions_configuration"/>
Yao, Yuxing0811d5a2018-11-29 16:18:53 -0800499
Michael Keller3e0cfda2020-02-03 09:39:50 -0800500 <!-- Allows an application to read state data from the 'Occupant Awareness System'.
Michael Kellerc0f0bdb2019-12-11 14:58:19 -0800501 <p>Protection level: signature|privileged
502 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700503 <permission android:name="android.car.permission.READ_CAR_OCCUPANT_AWARENESS_STATE"
504 android:protectionLevel="signature|privileged"
505 android:label="@string/car_permission_label_read_car_occupant_awareness_state"
506 android:description="@string/car_permission_desc_read_car_occupant_awareness_state"/>
Michael Kellerc0f0bdb2019-12-11 14:58:19 -0800507
kanant6db52942020-11-06 14:32:44 -0800508 <!-- Allows an application to access private display id.
509 <p>Protection level: signature|privileged
510 -->
511 <permission android:name="android.car.permission.ACCESS_PRIVATE_DISPLAY_ID"
512 android:protectionLevel="signature|privileged"
513 android:label="@string/car_permission_label_access_private_display_id"
514 android:description="@string/car_permission_desc_access_private_display_id"/>
515
Michael Keller3e0cfda2020-02-03 09:39:50 -0800516 <!-- Allows an application to control the detection graph for the 'Occupant Awareness System'.
Michael Kellerc0f0bdb2019-12-11 14:58:19 -0800517 <p>Protection level: signature|privileged
518 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700519 <permission android:name="android.car.permission.CONTROL_CAR_OCCUPANT_AWARENESS_SYSTEM"
520 android:protectionLevel="signature|privileged"
521 android:label="@string/car_permission_label_control_car_occupant_awareness_system"
522 android:description="@string/car_permission_desc_control_car_occupant_awareness_system"/>
Michael Kellerc0f0bdb2019-12-11 14:58:19 -0800523
Vasco Britod253c1e2019-04-23 18:10:11 -0700524 <!-- Allows an application to monitor flash storage usage.
525 <p>Protection level: signature|privileged
526 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700527 <permission android:name="android.car.permission.STORAGE_MONITORING"
528 android:protectionLevel="signature|privileged"
529 android:label="@string/car_permission_label_storage_monitoring"
530 android:description="@string/car_permission_desc_storage_monitoring"/>
Enrico Granata1172f882017-09-21 14:51:30 -0700531
Vasco Britod253c1e2019-04-23 18:10:11 -0700532 <!-- Allows an application to enroll trusted devices.
533 <p>Protection level: signature|privileged
534 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700535 <permission android:name="android.car.permission.CAR_ENROLL_TRUST"
536 android:protectionLevel="signature|privileged"
537 android:label="@string/car_permission_label_enroll_trust"
538 android:description="@string/car_permission_desc_enroll_trust"/>
Ram Periathiruvadi97989be2019-03-28 18:20:05 -0700539
Keun young Park82b39fe2019-10-17 09:21:02 -0700540 <!-- Allows a test application to control car service's testing mode.
541 This is only for platform level testing.
542 <p>Protection level: signature|privileged
543 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700544 <permission android:name="android.car.permission.CAR_TEST_SERVICE"
545 android:protectionLevel="signature|privileged"
546 android:label="@string/car_permission_label_car_test_service"
547 android:description="@string/car_permission_desc_car_test_service"/>
Keun young Park82b39fe2019-10-17 09:21:02 -0700548
Keun young Park9a91efb2019-11-15 18:10:47 -0800549 <!-- Allows system app to enable / disable / query features in the system.
Eric Jeongb7003812020-12-08 11:37:55 -0800550 <p>Protection level: signature|privileged
Keun young Park9a91efb2019-11-15 18:10:47 -0800551 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700552 <permission android:name="android.car.permission.CONTROL_CAR_FEATURES"
553 android:protectionLevel="signature|privileged"
554 android:label="@string/car_permission_label_control_car_features"
555 android:description="@string/car_permission_desc_control_car_features"/>
Keun young Park9a91efb2019-11-15 18:10:47 -0800556
Eric Jeong38ae8212020-01-14 10:25:10 -0800557 <!-- Allows an application to use car watchdog service.
Eric Jeongb7003812020-12-08 11:37:55 -0800558 <p>Protection level: signature|privileged
Eric Jeong38ae8212020-01-14 10:25:10 -0800559 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700560 <permission android:name="android.car.permission.USE_CAR_WATCHDOG"
561 android:protectionLevel="signature|privileged"
562 android:label="@string/car_permission_label_use_car_watchdog"
563 android:description="@string/car_permission_desc_use_car_watchdog"/>
Eric Jeong38ae8212020-01-14 10:25:10 -0800564
Lakshman Annadoraid84a0e12021-01-14 14:35:05 -0800565 <!-- Allows an application to control car watchdog service configurations.
566 <p>Protection level: signature|privileged
567 -->
568 <permission android:name="android.car.permission.CONTROL_CAR_WATCHDOG_CONFIG"
569 android:protectionLevel="signature|privileged"
570 android:label="@string/car_permission_label_control_car_watchdog_config"
571 android:description="@string/car_permission_desc_control_car_watchdog_config"/>
572
573 <!-- Allows an application to collect car watchdog service metrics.
574 <p>Protection level: signature|privileged
575 -->
576 <permission android:name="android.car.permission.COLLECT_CAR_WATCHDOG_METRICS"
577 android:protectionLevel="signature|privileged"
578 android:label="@string/car_permission_label_collect_car_watchdog_metrics"
579 android:description="@string/car_permission_desc_collect_car_watchdog_metrics"/>
580
Kai92f030d2019-10-24 13:07:48 -0700581 <!-- Allows an application to read vendor properties related with windows.
582 <p>Protection level: signature|privileged
583 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700584 <permission android:name="android.car.permission.GET_CAR_VENDOR_CATEGORY_WINDOW"
585 android:protectionLevel="signature|privileged"
586 android:label="@string/car_permission_label_get_car_vendor_category_window"
587 android:description="@string/car_permission_desc_get_car_vendor_category_window"/>
Kai92f030d2019-10-24 13:07:48 -0700588
589 <!-- Allows an application to control vendor properties related with windows.
590 <p>Protection level: signature|privileged
591 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700592 <permission android:name="android.car.permission.SET_CAR_VENDOR_CATEGORY_WINDOW"
593 android:protectionLevel="signature|privileged"
594 android:label="@string/car_permission_label_set_car_vendor_category_window"
595 android:description="@string/car_permission_desc_set_car_vendor_category_window"/>
Kai92f030d2019-10-24 13:07:48 -0700596
597 <!-- Allows an application to read vendor properties related with doors.
598 <p>Protection level: signature|privileged
599 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700600 <permission android:name="android.car.permission.GET_CAR_VENDOR_CATEGORY_DOOR"
601 android:protectionLevel="signature|privileged"
602 android:label="@string/car_permission_label_get_car_vendor_category_door"
603 android:description="@string/car_permission_desc_get_car_vendor_category_door"/>
Kai92f030d2019-10-24 13:07:48 -0700604
605 <!-- Allows an application to control vendor properties related with doors.
606 <p>Protection level: signature|privileged
607 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700608 <permission android:name="android.car.permission.SET_CAR_VENDOR_CATEGORY_DOOR"
609 android:protectionLevel="signature|privileged"
610 android:label="@string/car_permission_label_set_car_vendor_category_door"
611 android:description="@string/car_permission_desc_set_car_vendor_category_door"/>
Kai92f030d2019-10-24 13:07:48 -0700612
Kai92f030d2019-10-24 13:07:48 -0700613 <!-- Allows an application to read vendor properties related with seats.
614 <p>Protection level: signature|privileged
615 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700616 <permission android:name="android.car.permission.GET_CAR_VENDOR_CATEGORY_SEAT"
617 android:protectionLevel="signature|privileged"
618 android:label="@string/car_permission_label_get_car_vendor_category_seat"
619 android:description="@string/car_permission_desc_get_car_vendor_category_seat"/>
Kai92f030d2019-10-24 13:07:48 -0700620
621 <!-- Allows an application to control vendor properties related with seats.
622 <p>Protection level: signature|privileged
623 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700624 <permission android:name="android.car.permission.SET_CAR_VENDOR_CATEGORY_SEAT"
625 android:protectionLevel="signature|privileged"
626 android:label="@string/car_permission_label_set_car_vendor_category_seat"
627 android:description="@string/car_permission_desc_set_car_vendor_category_seat"/>
Kai92f030d2019-10-24 13:07:48 -0700628
629 <!-- Allows an application to read vendor properties related with mirrors.
630 <p>Protection level: signature|privileged
631 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700632 <permission android:name="android.car.permission.GET_CAR_VENDOR_CATEGORY_MIRROR"
633 android:protectionLevel="signature|privileged"
634 android:label="@string/car_permission_label_get_car_vendor_category_mirror"
635 android:description="@string/car_permission_desc_get_car_vendor_category_mirror"/>
Kai92f030d2019-10-24 13:07:48 -0700636
637 <!-- Allows an application to control vendor properties related with mirrors.
638 <p>Protection level: signature|privileged
639 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700640 <permission android:name="android.car.permission.SET_CAR_VENDOR_CATEGORY_MIRROR"
641 android:protectionLevel="signature|privileged"
642 android:label="@string/car_permission_label_set_car_vendor_category_mirror"
643 android:description="@string/car_permission_desc_set_car_vendor_category_mirror"/>
Kai92f030d2019-10-24 13:07:48 -0700644
645 <!-- Allows an application to read vendor properties related with car information.
646 <p>Protection level: signature|privileged
647 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700648 <permission android:name="android.car.permission.GET_CAR_VENDOR_CATEGORY_INFO"
649 android:protectionLevel="signature|privileged"
650 android:label="@string/car_permission_label_get_car_vendor_category_info"
651 android:description="@string/car_permission_desc_get_car_vendor_category_info"/>
Kai92f030d2019-10-24 13:07:48 -0700652
653 <!-- Allows an application to control vendor properties related with car information.
654 <p>Protection level: signature|privileged
655 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700656 <permission android:name="android.car.permission.SET_CAR_VENDOR_CATEGORY_INFO"
657 android:protectionLevel="signature|privileged"
658 android:label="@string/car_permission_label_set_car_vendor_category_info"
659 android:description="@string/car_permission_desc_set_car_vendor_category_info"/>
Kai92f030d2019-10-24 13:07:48 -0700660
661 <!-- Allows an application to read vendor properties related with engine.
662 <p>Protection level: signature|privileged
663 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700664 <permission android:name="android.car.permission.GET_CAR_VENDOR_CATEGORY_ENGINE"
665 android:protectionLevel="signature|privileged"
666 android:label="@string/car_permission_label_get_car_vendor_category_engine"
667 android:description="@string/car_permission_desc_get_car_vendor_category_engine"/>
Kai92f030d2019-10-24 13:07:48 -0700668
669 <!-- Allows an application to control vendor properties related with engine.
670 <p>Protection level: signature|privileged
671 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700672 <permission android:name="android.car.permission.SET_CAR_VENDOR_CATEGORY_ENGINE"
673 android:protectionLevel="signature|privileged"
674 android:label="@string/car_permission_label_set_car_vendor_category_engine"
675 android:description="@string/car_permission_desc_set_car_vendor_category_engine"/>
Kai92f030d2019-10-24 13:07:48 -0700676
677 <!-- Allows an application to read vendor properties related with HVAC.
678 <p>Protection level: signature|privileged
679 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700680 <permission android:name="android.car.permission.GET_CAR_VENDOR_CATEGORY_HVAC"
681 android:protectionLevel="signature|privileged"
682 android:label="@string/car_permission_label_get_car_vendor_category_hvac"
683 android:description="@string/car_permission_desc_get_car_vendor_category_hvac"/>
Kai92f030d2019-10-24 13:07:48 -0700684
685 <!-- Allows an application to control vendor properties related with hvac.
686 <p>Protection level: signature|privileged
687 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700688 <permission android:name="android.car.permission.SET_CAR_VENDOR_CATEGORY_HVAC"
689 android:protectionLevel="signature|privileged"
690 android:label="@string/car_permission_label_set_car_vendor_category_hvac"
691 android:description="@string/car_permission_desc_set_car_vendor_category_hvac"/>
Kai92f030d2019-10-24 13:07:48 -0700692
693 <!-- Allows an application to read vendor properties related with light.
694 <p>Protection level: signature|privileged
695 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700696 <permission android:name="android.car.permission.GET_CAR_VENDOR_CATEGORY_LIGHT"
697 android:protectionLevel="signature|privileged"
698 android:label="@string/car_permission_label_get_car_vendor_category_light"
699 android:description="@string/car_permission_desc_get_car_vendor_category_light"/>
Kai92f030d2019-10-24 13:07:48 -0700700
701 <!-- Allows an application to control vendor properties related with light.
702 <p>Protection level: signature|privileged
703 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700704 <permission android:name="android.car.permission.SET_CAR_VENDOR_CATEGORY_LIGHT"
705 android:protectionLevel="signature|privileged"
706 android:label="@string/car_permission_label_set_car_vendor_category_light"
707 android:description="@string/car_permission_desc_set_car_vendor_category_light"/>
Kai92f030d2019-10-24 13:07:48 -0700708
709 <!-- Allows an application to access vendor properties in category 1.
710 <p>Protection level: signature|privileged
711 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700712 <permission android:name="android.car.permission.GET_CAR_VENDOR_CATEGORY_1"
713 android:protectionLevel="signature|privileged"
714 android:label="@string/car_permission_label_get_car_vendor_category_1"
715 android:description="@string/car_permission_desc_get_car_vendor_category_1"/>
Kai92f030d2019-10-24 13:07:48 -0700716
717 <!-- Allows an application to control vendor properties in category 1.
Eric Jeongb7003812020-12-08 11:37:55 -0800718 <p>Protection level: signature|privileged
Kai92f030d2019-10-24 13:07:48 -0700719 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700720 <permission android:name="android.car.permission.SET_CAR_VENDOR_CATEGORY_1"
721 android:protectionLevel="signature|privileged"
722 android:label="@string/car_permission_label_set_car_vendor_category_1"
723 android:description="@string/car_permission_desc_set_car_vendor_category_1"/>
Kai92f030d2019-10-24 13:07:48 -0700724
725 <!-- Allows an application to access vendor properties in category 2.
Eric Jeongb7003812020-12-08 11:37:55 -0800726 <p>Protection level: signature|privileged
Kai92f030d2019-10-24 13:07:48 -0700727 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700728 <permission android:name="android.car.permission.GET_CAR_VENDOR_CATEGORY_2"
729 android:protectionLevel="signature|privileged"
730 android:label="@string/car_permission_label_get_car_vendor_category_2"
731 android:description="@string/car_permission_desc_get_car_vendor_category_2"/>
Kai92f030d2019-10-24 13:07:48 -0700732
733 <!-- Allows an application to control vendor properties in category 2.
Eric Jeongb7003812020-12-08 11:37:55 -0800734 <p>Protection level: signature|privileged
Kai92f030d2019-10-24 13:07:48 -0700735 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700736 <permission android:name="android.car.permission.SET_CAR_VENDOR_CATEGORY_2"
737 android:protectionLevel="signature|privileged"
738 android:label="@string/car_permission_label_set_car_vendor_category_2"
739 android:description="@string/car_permission_desc_set_car_vendor_category_2"/>
Kai92f030d2019-10-24 13:07:48 -0700740
741 <!-- Allows an application to access vendor properties in category 3.
Eric Jeongb7003812020-12-08 11:37:55 -0800742 <p>Protection level: signature|privileged
Kai92f030d2019-10-24 13:07:48 -0700743 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700744 <permission android:name="android.car.permission.GET_CAR_VENDOR_CATEGORY_3"
745 android:protectionLevel="signature|privileged"
746 android:label="@string/car_permission_label_get_car_vendor_category_3"
747 android:description="@string/car_permission_desc_get_car_vendor_category_3"/>
Kai92f030d2019-10-24 13:07:48 -0700748
749 <!-- Allows an application to control vendor properties in category 3.
Eric Jeongb7003812020-12-08 11:37:55 -0800750 <p>Protection level: signature|privileged
Kai92f030d2019-10-24 13:07:48 -0700751 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700752 <permission android:name="android.car.permission.SET_CAR_VENDOR_CATEGORY_3"
753 android:protectionLevel="signature|privileged"
754 android:label="@string/car_permission_label_set_car_vendor_category_3"
755 android:description="@string/car_permission_desc_set_car_vendor_category_3"/>
Kai92f030d2019-10-24 13:07:48 -0700756
757 <!-- Allows an application to access vendor properties in category 4.
758 <p>Protection level: signature|privileged
759 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700760 <permission android:name="android.car.permission.GET_CAR_VENDOR_CATEGORY_4"
761 android:protectionLevel="signature|privileged"
762 android:label="@string/car_permission_label_get_car_vendor_category_4"
763 android:description="@string/car_permission_desc_get_car_vendor_category_4"/>
Kai92f030d2019-10-24 13:07:48 -0700764
765 <!-- Allows an application to control vendor properties in category 4.
Eric Jeongb7003812020-12-08 11:37:55 -0800766 <p>Protection level: signature|privileged
Kai92f030d2019-10-24 13:07:48 -0700767 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700768 <permission android:name="android.car.permission.SET_CAR_VENDOR_CATEGORY_4"
769 android:protectionLevel="signature|privileged"
770 android:label="@string/car_permission_label_set_car_vendor_category_4"
771 android:description="@string/car_permission_desc_set_car_vendor_category_4"/>
Kai92f030d2019-10-24 13:07:48 -0700772
773 <!-- Allows an application to access vendor properties in category 5.
774 <p>Protection level: signature|privileged
775 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700776 <permission android:name="android.car.permission.GET_CAR_VENDOR_CATEGORY_5"
777 android:protectionLevel="signature|privileged"
778 android:label="@string/car_permission_label_get_car_vendor_category_5"
779 android:description="@string/car_permission_desc_get_car_vendor_category_5"/>
Kai92f030d2019-10-24 13:07:48 -0700780
781 <!-- Allows an application to control vendor properties in category 5.
Eric Jeongb7003812020-12-08 11:37:55 -0800782 <p>Protection level: signature|privileged
Kai92f030d2019-10-24 13:07:48 -0700783 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700784 <permission android:name="android.car.permission.SET_CAR_VENDOR_CATEGORY_5"
785 android:protectionLevel="signature|privileged"
786 android:label="@string/car_permission_label_set_car_vendor_category_5"
787 android:description="@string/car_permission_desc_set_car_vendor_category_5"/>
Kai92f030d2019-10-24 13:07:48 -0700788
789 <!-- Allows an application to access vendor properties in category 6.
790 <p>Protection level: signature|privileged
791 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700792 <permission android:name="android.car.permission.GET_CAR_VENDOR_CATEGORY_6"
793 android:protectionLevel="signature|privileged"
794 android:label="@string/car_permission_label_get_car_vendor_category_6"
795 android:description="@string/car_permission_desc_get_car_vendor_category_6"/>
Kai92f030d2019-10-24 13:07:48 -0700796
797 <!-- Allows an application to control vendor properties in category 6.
Eric Jeongb7003812020-12-08 11:37:55 -0800798 <p>Protection level: signature|privileged
Kai92f030d2019-10-24 13:07:48 -0700799 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700800 <permission android:name="android.car.permission.SET_CAR_VENDOR_CATEGORY_6"
801 android:protectionLevel="signature|privileged"
802 android:label="@string/car_permission_label_set_car_vendor_category_6"
803 android:description="@string/car_permission_desc_set_car_vendor_category_6"/>
Kai92f030d2019-10-24 13:07:48 -0700804
805 <!-- Allows an application to access vendor properties in category 7.
Eric Jeongb7003812020-12-08 11:37:55 -0800806 <p>Protection level: signature|privileged
Kai92f030d2019-10-24 13:07:48 -0700807 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700808 <permission android:name="android.car.permission.GET_CAR_VENDOR_CATEGORY_7"
809 android:protectionLevel="signature|privileged"
810 android:label="@string/car_permission_label_get_car_vendor_category_7"
811 android:description="@string/car_permission_desc_get_car_vendor_category_7"/>
Kai92f030d2019-10-24 13:07:48 -0700812
813 <!-- Allows an application to control vendor properties in category 7.
Eric Jeongb7003812020-12-08 11:37:55 -0800814 <p>Protection level: signature|privileged
Kai92f030d2019-10-24 13:07:48 -0700815 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700816 <permission android:name="android.car.permission.SET_CAR_VENDOR_CATEGORY_7"
817 android:protectionLevel="signature|privileged"
818 android:label="@string/car_permission_label_set_car_vendor_category_7"
819 android:description="@string/car_permission_desc_set_car_vendor_category_7"/>
Kai92f030d2019-10-24 13:07:48 -0700820
821 <!-- Allows an application to access vendor properties in category 8.
Eric Jeongb7003812020-12-08 11:37:55 -0800822 <p>Protection level: signature|privileged
Kai92f030d2019-10-24 13:07:48 -0700823 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700824 <permission android:name="android.car.permission.GET_CAR_VENDOR_CATEGORY_8"
825 android:protectionLevel="signature|privileged"
826 android:label="@string/car_permission_label_get_car_vendor_category_8"
827 android:description="@string/car_permission_desc_get_car_vendor_category_8"/>
Kai92f030d2019-10-24 13:07:48 -0700828
829 <!-- Allows an application to control vendor properties in category 8.
Eric Jeongb7003812020-12-08 11:37:55 -0800830 <p>Protection level: signature|privileged
Kai92f030d2019-10-24 13:07:48 -0700831 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700832 <permission android:name="android.car.permission.SET_CAR_VENDOR_CATEGORY_8"
833 android:protectionLevel="signature|privileged"
834 android:label="@string/car_permission_label_set_car_vendor_category_8"
835 android:description="@string/car_permission_desc_set_car_vendor_category_8"/>
Kai92f030d2019-10-24 13:07:48 -0700836
837 <!-- Allows an application to access vendor properties in category 9.
838 <p>Protection level: signature|privileged
839 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700840 <permission android:name="android.car.permission.GET_CAR_VENDOR_CATEGORY_9"
841 android:protectionLevel="signature|privileged"
842 android:label="@string/car_permission_label_get_car_vendor_category_9"
843 android:description="@string/car_permission_desc_get_car_vendor_category_9"/>
Kai92f030d2019-10-24 13:07:48 -0700844
845 <!-- Allows an application to control vendor properties in category 9.
Eric Jeongb7003812020-12-08 11:37:55 -0800846 <p>Protection level: signature|privileged
Kai92f030d2019-10-24 13:07:48 -0700847 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700848 <permission android:name="android.car.permission.SET_CAR_VENDOR_CATEGORY_9"
849 android:protectionLevel="signature|privileged"
850 android:label="@string/car_permission_label_set_car_vendor_category_9"
851 android:description="@string/car_permission_desc_set_car_vendor_category_9"/>
Kai92f030d2019-10-24 13:07:48 -0700852
853 <!-- Allows an application to access vendor properties in category 10.
854 <p>Protection level: signature|privileged
855 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700856 <permission android:name="android.car.permission.GET_CAR_VENDOR_CATEGORY_10"
857 android:protectionLevel="signature|privileged"
858 android:label="@string/car_permission_label_get_car_vendor_category_10"
859 android:description="@string/car_permission_desc_get_car_vendor_category_10"/>
Kai92f030d2019-10-24 13:07:48 -0700860
861 <!-- Allows an application to control vendor properties in category 10.
Eric Jeongb7003812020-12-08 11:37:55 -0800862 <p>Protection level: signature|privileged
Kai92f030d2019-10-24 13:07:48 -0700863 -->
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700864 <permission android:name="android.car.permission.SET_CAR_VENDOR_CATEGORY_10"
865 android:protectionLevel="signature|privileged"
866 android:label="@string/car_permission_label_set_car_vendor_category_10"
867 android:description="@string/car_permission_desc_set_car_vendor_category_10"/>
Kai92f030d2019-10-24 13:07:48 -0700868
kanant31039c32020-10-15 10:37:02 -0700869 <!-- Allows an application to receive Car input events.
Antonio Kantek22f97e32021-05-07 09:13:05 -0700870 <p>Protection level: signature|privileged
kanant31039c32020-10-15 10:37:02 -0700871 -->
872 <permission android:name="android.car.permission.CAR_MONITOR_INPUT"
Antonio Kantek22f97e32021-05-07 09:13:05 -0700873 android:protectionLevel="signature|privileged"
kanant31039c32020-10-15 10:37:02 -0700874 android:label="@string/car_permission_label_monitor_input"
875 android:description="@string/car_permission_desc_monitor_input"/>
Kai92f030d2019-10-24 13:07:48 -0700876
Eric Jeongb7003812020-12-08 11:37:55 -0800877 <!-- Allows an application to get the current power policy or to be notified of power policy
878 change.
879 <p>Protection level: normal
880 -->
881 <permission android:name="android.car.permission.READ_CAR_POWER_POLICY"
882 android:protectionLevel="normal"
883 android:label="@string/car_permission_label_read_car_power_policy"
884 android:description="@string/car_permission_desc_read_car_power_policy"/>
885
886 <!-- Allows an application to apply a new power policy.
887 <p>Protection level: signature|privileged
888 -->
889 <permission android:name="android.car.permission.CONTROL_CAR_POWER_POLICY"
890 android:protectionLevel="signature|privileged"
891 android:label="@string/car_permission_label_control_car_power_policy"
892 android:description="@string/car_permission_desc_control_car_power_policy"/>
893
Roberto Perez841057b2020-12-09 19:19:55 +0000894 <!-- Allows an application to render template-based UI metadata on behalf of another
895 application.
896 <p>Protection level: signature|privileged
897 -->
898 <permission android:name="android.car.permission.TEMPLATE_RENDERER"
899 android:protectionLevel="signature|privileged"
900 android:label="@string/car_permission_label_template_renderer"
901 android:description="@string/car_permission_desc_template_renderer"/>
902
Yuncheol Heo592145a2021-09-28 18:23:22 -0700903 <!-- Allows an application to control launching applications in Car.
904 <p>Protection level: signature|privileged
905 -->
906 <permission android:name="android.car.permission.CONTROL_CAR_APP_LAUNCH"
907 android:description="@string/car_permission_desc_control_car_app_launch"
908 android:label="@string/car_permission_label_control_car_app_launch"
909 android:protectionLevel="signature|privileged" />
910
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700911 <uses-permission android:name="android.permission.CALL_PHONE"/>
912 <uses-permission android:name="android.permission.DEVICE_POWER"/>
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700913 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"/>
914 <uses-permission android:name="android.permission.MANAGE_ACTIVITY_STACKS"/>
915 <uses-permission android:name="android.permission.MODIFY_AUDIO_ROUTING"/>
916 <uses-permission android:name="android.permission.MODIFY_DAY_NIGHT_MODE"/>
917 <uses-permission android:name="android.permission.MODIFY_PHONE_STATE"/>
918 <uses-permission android:name="android.permission.READ_CALL_LOG"/>
919 <uses-permission android:name="android.permission.READ_PHONE_STATE"/>
920 <uses-permission android:name="android.permission.REAL_GET_TASKS"/>
921 <uses-permission android:name="android.permission.REBOOT"/>
922 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
923 <uses-permission android:name="android.permission.REMOVE_TASKS"/>
924 <uses-permission android:name="android.permission.WRITE_SETTINGS"/>
925 <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS"/>
926 <uses-permission android:name="android.permission.BLUETOOTH"/>
Jeff Sharkey464d3822021-03-24 22:56:26 -0600927 <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
Jeff Sharkey2418e362021-04-01 13:44:46 -0600928 <uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE"/>
Jeff Sharkey464d3822021-03-24 22:56:26 -0600929 <uses-permission android:name="android.permission.BLUETOOTH_CONNECT"/>
930 <uses-permission android:name="android.permission.BLUETOOTH_SCAN"/>
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700931 <uses-permission android:name="android.permission.MANAGE_APP_OPS_MODES"/>
932 <uses-permission android:name="android.permission.MANAGE_USERS"/>
933 <uses-permission android:name="android.permission.LOCATION_HARDWARE"/>
934 <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
935 <uses-permission android:name="android.permission.PROVIDE_TRUST_AGENT"/>
936 <uses-permission android:name="android.permission.READ_LOGS"/>
Felipe Leme72509062020-11-13 11:55:11 -0800937 <!-- Used by NotificationHelper to change the notifications app name -->
938 <uses-permission android:name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME"/>
keunyoungca515072015-07-10 12:21:47 -0700939
Colin Cross4543e612018-06-14 15:57:30 -0700940 <application android:label="@string/app_title"
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700941 android:directBootAware="true"
942 android:allowBackup="false"
943 android:persistent="true">
keunyoungca515072015-07-10 12:21:47 -0700944
Gregory Clarkd8136062017-12-11 14:27:53 -0800945 <service android:name=".CarService"
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700946 android:singleUser="true"
947 android:exported="true">
keunyoungca515072015-07-10 12:21:47 -0700948 <intent-filter>
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700949 <action android:name="android.car.ICar"/>
keunyoungca515072015-07-10 12:21:47 -0700950 </intent-filter>
951 </service>
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700952 <service android:name=".PerUserCarService"
Max Dashouk2c013db2021-06-30 17:43:54 +0000953 android:exported="false"/>
Gaurav Bholaafd79ef2021-06-16 13:22:03 +0000954 <service
955 android:name="com.android.car.pm.CarSafetyAccessibilityService"
956 android:singleUser="true"
957 android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE"
958 android:exported="false">
959 <intent-filter>
960 <action android:name="android.accessibilityservice.AccessibilityService" />
961 </intent-filter>
962 <meta-data
963 android:name="android.accessibilityservice"
964 android:resource="@xml/car_safety_accessibility_service_config" />
965 </service>
Ram Periathiruvadide0ca082019-03-20 11:16:44 -0700966
Keun-young Park4727da32016-05-31 10:00:51 -0700967 <activity android:name="com.android.car.pm.ActivityBlockingActivity"
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700968 android:documentLaunchMode="always"
969 android:excludeFromRecents="true"
970 android:exported="false"
971 android:theme="@android:style/Theme.Translucent.NoTitleBar">
Keun-young Park4727da32016-05-31 10:00:51 -0700972 <intent-filter>
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700973 <action android:name="android.intent.action.MAIN"/>
Keun-young Park4727da32016-05-31 10:00:51 -0700974 </intent-filter>
975 </activity>
Mayank Gargfc24d572020-02-14 11:32:34 -0800976 <activity android:name="com.android.car.am.ContinuousBlankActivity"
Ashwini Oruganti4d498132020-03-24 12:33:29 -0700977 android:excludeFromRecents="true"
978 android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
979 android:exported="false"
980 android:launchMode="singleTask">
Mayank Gargfc24d572020-02-14 11:32:34 -0800981 </activity>
Yan Zhufb764ac2021-02-19 22:20:52 -0800982 <activity android:name="com.android.car.admin.FactoryResetActivity"
Felipe Leme72509062020-11-13 11:55:11 -0800983 android:excludeFromRecents="true"
984 android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
985 android:exported="false"
986 android:launchMode="singleTask">
987 </activity>
Felipe Leme8725a2f2020-12-09 16:04:51 -0800988 <activity android:name="com.android.car.admin.NewUserDisclaimerActivity"
989 android:excludeFromRecents="true"
990 android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
991 android:exported="false"
992 android:launchMode="singleTask">
993 </activity>
Mayank Garg2e224aa2021-05-17 12:41:29 -0700994 <activity android:name=".DistractionOptimizedActivityForTesting">
995 <meta-data android:name="distractionOptimized" android:value="true"/>
996 </activity>
997 <activity android:name=".NonDistractionOptimizedActivityForTesting">
998 <meta-data android:name="distractionOptimized" android:value="false"/>
999 </activity>
keunyoungca515072015-07-10 12:21:47 -07001000 </application>
1001</manifest>