blob: 4606f219451026acc9cd15722ca4d5bc22646401 [file] [log] [blame]
keunyoungcc449f72015-08-12 10:46:27 -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<resources>
17 <!-- For permissions -->
18 <!-- Permission text: can access your car's information [CHAR LIMIT=NONE] -->
19 <string name="car_permission_label">Car information</string>
20 <!-- Permission text: can access your car's information [CHAR LIMIT=NONE] -->
21 <string name="car_permission_desc">Access your car\'s information.</string>
22 <!-- Permission text: can access your car's fuel level [CHAR LIMIT=NONE] -->
keunyoung1ab8e182015-09-24 09:25:22 -070023 <string name="car_permission_label_fuel">Car fuel level</string>
keunyoungcc449f72015-08-12 10:46:27 -070024 <!-- Permission text: can access your car's fuel level [CHAR LIMIT=NONE] -->
25 <string name="car_permission_desc_fuel">Access your car\'s fuel level information.</string>
26 <!-- Permission text: can access your car's mileage information [CHAR LIMIT=NONE] -->
Steve Paik66481982015-10-27 15:22:38 -070027 <string name="car_permission_label_hvac">Car Hvac</string>
28 <!-- Permission text: apps can control car hvac [CHAR LIMIT=NONE] -->
29 <string name="car_permission_desc_hvac">Access your car\'s hvac.</string>
keunyoung1ab8e182015-09-24 09:25:22 -070030 <string name="car_permission_label_mileage">Car mileage</string>
keunyoungcc449f72015-08-12 10:46:27 -070031 <!-- Permission text: can access your car's mileage information [CHAR LIMIT=NONE] -->
32 <string name="car_permission_desc_mileage">Access your car\'s mileage information.</string>
33 <!-- Permission text: can access your car's speed [CHAR LIMIT=NONE] -->
keunyoung1ab8e182015-09-24 09:25:22 -070034 <string name="car_permission_label_speed">Car speed</string>
keunyoungcc449f72015-08-12 10:46:27 -070035 <!-- Permission text: can access your car's speed [CHAR LIMIT=NONE] -->
36 <string name="car_permission_desc_speed">Access your car\'s speed.</string>
37 <!-- Permission text: apps can access car-manufacturer specific data [CHAR LIMIT=NONE] -->
keunyoung1ab8e182015-09-24 09:25:22 -070038 <string name="car_permission_label_vendor_extension">Car vendor channel</string>
keunyoungcc449f72015-08-12 10:46:27 -070039 <!-- Permission text: apps can access car-manufacturer specific data [CHAR LIMIT=NONE] -->
40 <string name="car_permission_desc_vendor_extension">Access your car\'s vendor channel to
41 exchange car-specific information.</string>
Sanket Agarwal3cf096a2015-10-13 14:46:31 -070042 <!-- Permission text: apps can control car-radio [CHAR LIMIT=NONE] -->
43 <string name="car_permission_label_radio">Car Radio</string>
44 <!-- Permission text: apps can control car-radio [CHAR LIMIT=NONE] -->
45 <string name="car_permission_desc_radio">Access your car\'s radio.</string>
keunyoung1ab8e182015-09-24 09:25:22 -070046 <string name="car_permission_label_mock_vehicle_hal">Emulate vehicle HAL</string>
47 <!-- Permission text: can emulate information from your car [CHAR LIMIT=NONE] -->
48 <string name="car_permission_desc_mock_vehicle_hal">Emulate your car\'s vehicle HAL for internal
49 testing purpose.</string>
Keun-young Park4aeb4bf2015-12-08 18:31:33 -080050 <string name="car_permission_label_control_app_blocking">Application blocking</string>
51 <!-- Permission text: can emulate information from your car [CHAR LIMIT=NONE] -->
52 <string name="car_permission_desc_control_app_blocking">Control application blocking while
53 driving.</string>
keunyoung1ab8e182015-09-24 09:25:22 -070054</resources>