keunyoung | cc449f7 | 2015-08-12 10:46:27 -0700 | [diff] [blame] | 1 | <?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] --> |
keunyoung | 1ab8e18 | 2015-09-24 09:25:22 -0700 | [diff] [blame] | 23 | <string name="car_permission_label_fuel">Car fuel level</string> |
keunyoung | cc449f7 | 2015-08-12 10:46:27 -0700 | [diff] [blame] | 24 | <!-- 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 Paik | 6648198 | 2015-10-27 15:22:38 -0700 | [diff] [blame] | 27 | <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> |
keunyoung | 1ab8e18 | 2015-09-24 09:25:22 -0700 | [diff] [blame] | 30 | <string name="car_permission_label_mileage">Car mileage</string> |
keunyoung | cc449f7 | 2015-08-12 10:46:27 -0700 | [diff] [blame] | 31 | <!-- 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] --> |
keunyoung | 1ab8e18 | 2015-09-24 09:25:22 -0700 | [diff] [blame] | 34 | <string name="car_permission_label_speed">Car speed</string> |
keunyoung | cc449f7 | 2015-08-12 10:46:27 -0700 | [diff] [blame] | 35 | <!-- 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] --> |
keunyoung | 1ab8e18 | 2015-09-24 09:25:22 -0700 | [diff] [blame] | 38 | <string name="car_permission_label_vendor_extension">Car vendor channel</string> |
keunyoung | cc449f7 | 2015-08-12 10:46:27 -0700 | [diff] [blame] | 39 | <!-- 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 Agarwal | 3cf096a | 2015-10-13 14:46:31 -0700 | [diff] [blame] | 42 | <!-- 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> |
keunyoung | 1ab8e18 | 2015-09-24 09:25:22 -0700 | [diff] [blame] | 46 | <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> |
| 50 | </resources> |