1{ 2 "version": 1, 3 "properties": { 4 "INFO_VIN": { 5 "propertyName": "INFO_VIN", 6 "propertyId": 286261504, 7 "description": "VIN of vehicle", 8 "readPermission": { 9 "type": "single", 10 "value": "android.car.permission.CAR_IDENTIFICATION" 11 } 12 }, 13 "INFO_MAKE": { 14 "propertyName": "INFO_MAKE", 15 "propertyId": 286261505, 16 "description": "Manufacturer of vehicle.", 17 "readPermission": { 18 "type": "single", 19 "value": "android.car.permission.CAR_INFO" 20 } 21 }, 22 "INFO_MODEL": { 23 "propertyName": "INFO_MODEL", 24 "propertyId": 286261506, 25 "description": "Model of vehicle.", 26 "readPermission": { 27 "type": "single", 28 "value": "android.car.permission.CAR_INFO" 29 } 30 }, 31 "INFO_MODEL_YEAR": { 32 "propertyName": "INFO_MODEL_YEAR", 33 "propertyId": 289407235, 34 "description": "Model year of vehicle in YYYY format based on Gregorian calendar.", 35 "readPermission": { 36 "type": "single", 37 "value": "android.car.permission.CAR_INFO" 38 } 39 }, 40 "INFO_FUEL_CAPACITY": { 41 "propertyName": "INFO_FUEL_CAPACITY", 42 "propertyId": 291504388, 43 "description": "Fuel capacity of the vehicle in milliliters.", 44 "readPermission": { 45 "type": "single", 46 "value": "android.car.permission.CAR_INFO" 47 } 48 }, 49 "INFO_FUEL_TYPE": { 50 "propertyName": "INFO_FUEL_TYPE", 51 "propertyId": 289472773, 52 "description": "List the {@link FuelType}s the vehicle may use.", 53 "readPermission": { 54 "type": "single", 55 "value": "android.car.permission.CAR_INFO" 56 }, 57 "dataEnums": [ 58 0, 59 1, 60 2, 61 3, 62 4, 63 5, 64 6, 65 7, 66 8, 67 9, 68 10, 69 11, 70 12 71 ] 72 }, 73 "INFO_EV_BATTERY_CAPACITY": { 74 "propertyName": "INFO_EV_BATTERY_CAPACITY", 75 "propertyId": 291504390, 76 "description": "Nominal usable battery capacity for EV or hybrid vehicle.", 77 "readPermission": { 78 "type": "single", 79 "value": "android.car.permission.CAR_INFO" 80 } 81 }, 82 "INFO_EV_CONNECTOR_TYPE": { 83 "propertyName": "INFO_EV_CONNECTOR_TYPE", 84 "propertyId": 289472775, 85 "description": "List of {@link android.car.hardware.property.EvChargingConnectorType}s this vehicle may use.", 86 "readPermission": { 87 "type": "single", 88 "value": "android.car.permission.CAR_INFO" 89 }, 90 "dataEnums": [ 91 0, 92 1, 93 2, 94 3, 95 4, 96 5, 97 6, 98 7, 99 8, 100 9, 101 10, 102 11, 103 101 104 ] 105 }, 106 "INFO_FUEL_DOOR_LOCATION": { 107 "propertyName": "INFO_FUEL_DOOR_LOCATION", 108 "propertyId": 289407240, 109 "description": "{@link PortLocationType} for the fuel door location.", 110 "readPermission": { 111 "type": "single", 112 "value": "android.car.permission.CAR_INFO" 113 }, 114 "dataEnums": [ 115 0, 116 1, 117 2, 118 3, 119 4, 120 5, 121 6 122 ] 123 }, 124 "INFO_EV_PORT_LOCATION": { 125 "propertyName": "INFO_EV_PORT_LOCATION", 126 "propertyId": 289407241, 127 "description": "{@link PortLocationType} for the EV port location.", 128 "readPermission": { 129 "type": "single", 130 "value": "android.car.permission.CAR_INFO" 131 }, 132 "dataEnums": [ 133 0, 134 1, 135 2, 136 3, 137 4, 138 5, 139 6 140 ] 141 }, 142 "INFO_MULTI_EV_PORT_LOCATIONS": { 143 "propertyName": "INFO_MULTI_EV_PORT_LOCATIONS", 144 "propertyId": 289472780, 145 "description": "List {@link PortLocationType}s for Multiple EV port locations.", 146 "readPermission": { 147 "type": "single", 148 "value": "android.car.permission.CAR_INFO" 149 }, 150 "dataEnums": [ 151 0, 152 1, 153 2, 154 3, 155 4, 156 5, 157 6 158 ] 159 }, 160 "INFO_DRIVER_SEAT": { 161 "propertyName": "INFO_DRIVER_SEAT", 162 "propertyId": 356516106, 163 "description": "Driver's seat location.", 164 "readPermission": { 165 "type": "single", 166 "value": "android.car.permission.CAR_INFO" 167 }, 168 "dataEnums": [ 169 0, 170 1, 171 2, 172 4, 173 16, 174 32, 175 64, 176 256, 177 512, 178 1024 179 ] 180 }, 181 "INFO_EXTERIOR_DIMENSIONS": { 182 "propertyName": "INFO_EXTERIOR_DIMENSIONS", 183 "propertyId": 289472779, 184 "description": "Vehicle's exterior dimensions in millimeters.", 185 "readPermission": { 186 "type": "single", 187 "value": "android.car.permission.CAR_INFO" 188 } 189 }, 190 "PERF_ODOMETER": { 191 "propertyName": "PERF_ODOMETER", 192 "propertyId": 291504644, 193 "description": "Current odometer value of the vehicle in kilometers.", 194 "readPermission": { 195 "type": "single", 196 "value": "android.car.permission.CAR_MILEAGE" 197 } 198 }, 199 "PERF_VEHICLE_SPEED": { 200 "propertyName": "PERF_VEHICLE_SPEED", 201 "propertyId": 291504647, 202 "description": "Speed of the vehicle in meters per second.", 203 "readPermission": { 204 "type": "single", 205 "value": "android.car.permission.CAR_SPEED" 206 } 207 }, 208 "PERF_VEHICLE_SPEED_DISPLAY": { 209 "propertyName": "PERF_VEHICLE_SPEED_DISPLAY", 210 "propertyId": 291504648, 211 "description": "Speed of the vehicle in meters per second for displays.", 212 "readPermission": { 213 "type": "single", 214 "value": "android.car.permission.CAR_SPEED" 215 } 216 }, 217 "PERF_STEERING_ANGLE": { 218 "propertyName": "PERF_STEERING_ANGLE", 219 "propertyId": 291504649, 220 "description": "Front bicycle model steering angle for vehicle in degrees.", 221 "readPermission": { 222 "type": "single", 223 "value": "android.car.permission.READ_CAR_STEERING" 224 } 225 }, 226 "PERF_REAR_STEERING_ANGLE": { 227 "propertyName": "PERF_REAR_STEERING_ANGLE", 228 "propertyId": 291504656, 229 "description": "Rear bicycle model steering angle for vehicle in degrees.", 230 "readPermission": { 231 "type": "single", 232 "value": "android.car.permission.READ_CAR_STEERING" 233 } 234 }, 235 "ENGINE_COOLANT_TEMP": { 236 "propertyName": "ENGINE_COOLANT_TEMP", 237 "propertyId": 291504897, 238 "description": "Temperature of engine coolant in celsius.", 239 "readPermission": { 240 "type": "single", 241 "value": "android.car.permission.CAR_ENGINE_DETAILED" 242 } 243 }, 244 "ENGINE_OIL_LEVEL": { 245 "propertyName": "ENGINE_OIL_LEVEL", 246 "propertyId": 289407747, 247 "description": "Engine oil level.", 248 "readPermission": { 249 "type": "single", 250 "value": "android.car.permission.CAR_ENGINE_DETAILED" 251 }, 252 "dataEnums": [ 253 0, 254 1, 255 2, 256 3, 257 4 258 ] 259 }, 260 "ENGINE_OIL_TEMP": { 261 "propertyName": "ENGINE_OIL_TEMP", 262 "propertyId": 291504900, 263 "description": "Temperature of engine oil in celsius.", 264 "readPermission": { 265 "type": "single", 266 "value": "android.car.permission.CAR_ENGINE_DETAILED" 267 } 268 }, 269 "ENGINE_RPM": { 270 "propertyName": "ENGINE_RPM", 271 "propertyId": 291504901, 272 "description": "Engine rpm.", 273 "readPermission": { 274 "type": "single", 275 "value": "android.car.permission.CAR_ENGINE_DETAILED" 276 } 277 }, 278 "ENGINE_IDLE_AUTO_STOP_ENABLED": { 279 "propertyName": "ENGINE_IDLE_AUTO_STOP_ENABLED", 280 "propertyId": 287310624, 281 "description": "Represents feature for engine idle automatic stop.", 282 "readPermission": { 283 "type": "single", 284 "value": "android.car.permission.CAR_ENGINE_DETAILED" 285 }, 286 "writePermission": { 287 "type": "single", 288 "value": "android.car.permission.CAR_ENGINE_DETAILED" 289 }, 290 "systemApi": true 291 }, 292 "IMPACT_DETECTED": { 293 "propertyName": "IMPACT_DETECTED", 294 "propertyId": 289407792, 295 "description": "Impact detected.", 296 "readPermission": { 297 "type": "single", 298 "value": "android.car.permission.READ_IMPACT_SENSORS" 299 }, 300 "systemApi": true, 301 "dataEnums": [ 302 1, 303 2, 304 4, 305 8, 306 16, 307 32, 308 64 309 ] 310 }, 311 "WHEEL_TICK": { 312 "propertyName": "WHEEL_TICK", 313 "propertyId": 290521862, 314 "description": "Reports wheel ticks.", 315 "readPermission": { 316 "type": "single", 317 "value": "android.car.permission.CAR_SPEED" 318 } 319 }, 320 "FUEL_LEVEL": { 321 "propertyName": "FUEL_LEVEL", 322 "propertyId": 291504903, 323 "description": "Fuel level in milliliters.", 324 "readPermission": { 325 "type": "single", 326 "value": "android.car.permission.CAR_ENERGY" 327 } 328 }, 329 "FUEL_DOOR_OPEN": { 330 "propertyName": "FUEL_DOOR_OPEN", 331 "propertyId": 287310600, 332 "description": "Fuel door open.", 333 "readPermission": { 334 "type": "anyOf", 335 "value": [ 336 { 337 "type": "single", 338 "value": "android.car.permission.CAR_ENERGY_PORTS" 339 }, 340 { 341 "type": "single", 342 "value": "android.car.permission.CONTROL_CAR_ENERGY_PORTS" 343 } 344 ] 345 }, 346 "writePermission": { 347 "type": "single", 348 "value": "android.car.permission.CONTROL_CAR_ENERGY_PORTS" 349 } 350 }, 351 "EV_BATTERY_LEVEL": { 352 "propertyName": "EV_BATTERY_LEVEL", 353 "propertyId": 291504905, 354 "description": "EV battery level.", 355 "readPermission": { 356 "type": "single", 357 "value": "android.car.permission.CAR_ENERGY" 358 } 359 }, 360 "EV_CURRENT_BATTERY_CAPACITY": { 361 "propertyName": "EV_CURRENT_BATTERY_CAPACITY", 362 "propertyId": 291504909, 363 "description": "Current usable battery capacity for EV or hybrid vehicle.", 364 "readPermission": { 365 "type": "single", 366 "value": "android.car.permission.CAR_ENERGY" 367 } 368 }, 369 "EV_CHARGE_PORT_OPEN": { 370 "propertyName": "EV_CHARGE_PORT_OPEN", 371 "propertyId": 287310602, 372 "description": "EV charge port open.", 373 "readPermission": { 374 "type": "anyOf", 375 "value": [ 376 { 377 "type": "single", 378 "value": "android.car.permission.CAR_ENERGY_PORTS" 379 }, 380 { 381 "type": "single", 382 "value": "android.car.permission.CONTROL_CAR_ENERGY_PORTS" 383 } 384 ] 385 }, 386 "writePermission": { 387 "type": "single", 388 "value": "android.car.permission.CONTROL_CAR_ENERGY_PORTS" 389 } 390 }, 391 "EV_CHARGE_PORT_CONNECTED": { 392 "propertyName": "EV_CHARGE_PORT_CONNECTED", 393 "propertyId": 287310603, 394 "description": "EV charge port connected.", 395 "readPermission": { 396 "type": "single", 397 "value": "android.car.permission.CAR_ENERGY_PORTS" 398 } 399 }, 400 "EV_BATTERY_INSTANTANEOUS_CHARGE_RATE": { 401 "propertyName": "EV_BATTERY_INSTANTANEOUS_CHARGE_RATE", 402 "propertyId": 291504908, 403 "description": "EV instantaneous charge rate in milliwatts.", 404 "readPermission": { 405 "type": "single", 406 "value": "android.car.permission.CAR_ENERGY" 407 } 408 }, 409 "RANGE_REMAINING": { 410 "propertyName": "RANGE_REMAINING", 411 "propertyId": 291504904, 412 "description": "Range remaining in meters.", 413 "readPermission": { 414 "type": "anyOf", 415 "value": [ 416 { 417 "type": "single", 418 "value": "android.car.permission.CAR_ENERGY" 419 }, 420 { 421 "type": "single", 422 "value": "android.car.permission.ADJUST_RANGE_REMAINING" 423 } 424 ] 425 }, 426 "writePermission": { 427 "type": "single", 428 "value": "android.car.permission.ADJUST_RANGE_REMAINING" 429 } 430 }, 431 "EV_BATTERY_AVERAGE_TEMPERATURE": { 432 "propertyName": "EV_BATTERY_AVERAGE_TEMPERATURE", 433 "propertyId": 291504910, 434 "description": "EV battery average temperature", 435 "readPermission": { 436 "type": "single", 437 "value": "android.car.permission.CAR_ENERGY" 438 } 439 }, 440 "TIRE_PRESSURE": { 441 "propertyName": "TIRE_PRESSURE", 442 "propertyId": 392168201, 443 "description": "Tire pressure in kilopascals.", 444 "readPermission": { 445 "type": "single", 446 "value": "android.car.permission.CAR_TIRES" 447 } 448 }, 449 "CRITICALLY_LOW_TIRE_PRESSURE": { 450 "propertyName": "CRITICALLY_LOW_TIRE_PRESSURE", 451 "propertyId": 392168202, 452 "description": "Critically low tire pressure.", 453 "readPermission": { 454 "type": "single", 455 "value": "android.car.permission.CAR_TIRES" 456 } 457 }, 458 "GEAR_SELECTION": { 459 "propertyName": "GEAR_SELECTION", 460 "propertyId": 289408000, 461 "description": "Currently selected gear by user.", 462 "readPermission": { 463 "type": "single", 464 "value": "android.car.permission.CAR_POWERTRAIN" 465 }, 466 "dataEnums": [ 467 0, 468 1, 469 2, 470 4, 471 8, 472 16, 473 32, 474 64, 475 128, 476 256, 477 512, 478 1024, 479 2048, 480 4096 481 ] 482 }, 483 "CURRENT_GEAR": { 484 "propertyName": "CURRENT_GEAR", 485 "propertyId": 289408001, 486 "description": "Vehicle transmission's current {@link VehicleGear}.", 487 "readPermission": { 488 "type": "single", 489 "value": "android.car.permission.CAR_POWERTRAIN" 490 }, 491 "dataEnums": [ 492 0, 493 1, 494 2, 495 4, 496 8, 497 16, 498 32, 499 64, 500 128, 501 256, 502 512, 503 1024, 504 2048, 505 4096 506 ] 507 }, 508 "PARKING_BRAKE_ON": { 509 "propertyName": "PARKING_BRAKE_ON", 510 "propertyId": 287310850, 511 "description": "Parking brake state.", 512 "readPermission": { 513 "type": "single", 514 "value": "android.car.permission.CAR_POWERTRAIN" 515 } 516 }, 517 "PARKING_BRAKE_AUTO_APPLY": { 518 "propertyName": "PARKING_BRAKE_AUTO_APPLY", 519 "propertyId": 287310851, 520 "description": "Auto-apply parking brake.", 521 "readPermission": { 522 "type": "single", 523 "value": "android.car.permission.CAR_POWERTRAIN" 524 } 525 }, 526 "EV_BRAKE_REGENERATION_LEVEL": { 527 "propertyName": "EV_BRAKE_REGENERATION_LEVEL", 528 "propertyId": 289408012, 529 "description": "Regenerative braking level of an electronic vehicle.", 530 "readPermission": { 531 "type": "anyOf", 532 "value": [ 533 { 534 "type": "single", 535 "value": "android.car.permission.CAR_POWERTRAIN" 536 }, 537 { 538 "type": "single", 539 "value": "android.car.permission.CONTROL_CAR_POWERTRAIN" 540 } 541 ] 542 }, 543 "writePermission": { 544 "type": "single", 545 "value": "android.car.permission.CONTROL_CAR_POWERTRAIN" 546 } 547 }, 548 "EV_STOPPING_MODE": { 549 "propertyName": "EV_STOPPING_MODE", 550 "propertyId": 289408013, 551 "description": "Represents property for the current stopping mode of the vehicle.", 552 "readPermission": { 553 "type": "anyOf", 554 "value": [ 555 { 556 "type": "single", 557 "value": "android.car.permission.CAR_POWERTRAIN" 558 }, 559 { 560 "type": "single", 561 "value": "android.car.permission.CONTROL_CAR_POWERTRAIN" 562 } 563 ] 564 }, 565 "writePermission": { 566 "type": "single", 567 "value": "android.car.permission.CONTROL_CAR_POWERTRAIN" 568 }, 569 "dataEnums": [ 570 0, 571 1, 572 2, 573 3 574 ] 575 }, 576 "FUEL_LEVEL_LOW": { 577 "propertyName": "FUEL_LEVEL_LOW", 578 "propertyId": 287310853, 579 "description": "Warning for fuel low level.", 580 "readPermission": { 581 "type": "single", 582 "value": "android.car.permission.CAR_ENERGY" 583 } 584 }, 585 "NIGHT_MODE": { 586 "propertyName": "NIGHT_MODE", 587 "propertyId": 287310855, 588 "description": "Night mode.", 589 "readPermission": { 590 "type": "single", 591 "value": "android.car.permission.CAR_EXTERIOR_ENVIRONMENT" 592 } 593 }, 594 "TURN_SIGNAL_STATE": { 595 "propertyName": "TURN_SIGNAL_STATE", 596 "propertyId": 289408008, 597 "description": "State of the vehicles turn signals", 598 "readPermission": { 599 "type": "single", 600 "value": "android.car.permission.CAR_EXTERIOR_LIGHTS" 601 }, 602 "dataEnums": [ 603 0, 604 1, 605 2 606 ] 607 }, 608 "IGNITION_STATE": { 609 "propertyName": "IGNITION_STATE", 610 "propertyId": 289408009, 611 "description": "Vehicle's ignition state.", 612 "readPermission": { 613 "type": "single", 614 "value": "android.car.permission.CAR_POWERTRAIN" 615 }, 616 "dataEnums": [ 617 0, 618 1, 619 2, 620 3, 621 4, 622 5 623 ] 624 }, 625 "ABS_ACTIVE": { 626 "propertyName": "ABS_ACTIVE", 627 "propertyId": 287310858, 628 "description": "ABS is active.", 629 "readPermission": { 630 "type": "single", 631 "value": "android.car.permission.CAR_DYNAMICS_STATE" 632 } 633 }, 634 "TRACTION_CONTROL_ACTIVE": { 635 "propertyName": "TRACTION_CONTROL_ACTIVE", 636 "propertyId": 287310859, 637 "description": "Traction Control is active.", 638 "readPermission": { 639 "type": "single", 640 "value": "android.car.permission.CAR_DYNAMICS_STATE" 641 } 642 }, 643 "ELECTRONIC_STABILITY_CONTROL_ENABLED": { 644 "propertyName": "ELECTRONIC_STABILITY_CONTROL_ENABLED", 645 "propertyId": 287310862, 646 "description": "Enable or disable Electronic Stability Control (ESC).", 647 "readPermission": { 648 "type": "anyOf", 649 "value": [ 650 { 651 "type": "single", 652 "value": "android.car.permission.CAR_DYNAMICS_STATE" 653 }, 654 { 655 "type": "single", 656 "value": "android.car.permission.CONTROL_CAR_DYNAMICS_STATE" 657 } 658 ] 659 }, 660 "writePermission": { 661 "type": "single", 662 "value": "android.car.permission.CONTROL_CAR_DYNAMICS_STATE" 663 }, 664 "systemApi": true 665 }, 666 "ELECTRONIC_STABILITY_CONTROL_STATE": { 667 "propertyName": "ELECTRONIC_STABILITY_CONTROL_STATE", 668 "propertyId": 289408015, 669 "description": "Electronic Stability Control (ESC) state.", 670 "readPermission": { 671 "type": "single", 672 "value": "android.car.permission.CAR_DYNAMICS_STATE" 673 }, 674 "systemApi": true, 675 "dataEnums": [ 676 0, 677 1, 678 2, 679 -1, 680 -2, 681 -3, 682 -4, 683 -5, 684 -6 685 ] 686 }, 687 "HVAC_FAN_SPEED": { 688 "propertyName": "HVAC_FAN_SPEED", 689 "propertyId": 356517120, 690 "description": "Fan speed setting.", 691 "readPermission": { 692 "type": "single", 693 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 694 }, 695 "writePermission": { 696 "type": "single", 697 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 698 } 699 }, 700 "HVAC_FAN_DIRECTION": { 701 "propertyName": "HVAC_FAN_DIRECTION", 702 "propertyId": 356517121, 703 "description": "Fan direction setting.", 704 "readPermission": { 705 "type": "single", 706 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 707 }, 708 "writePermission": { 709 "type": "single", 710 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 711 }, 712 "dataEnums": [ 713 0, 714 1, 715 2, 716 3, 717 4, 718 5, 719 6, 720 7 721 ] 722 }, 723 "HVAC_TEMPERATURE_CURRENT": { 724 "propertyName": "HVAC_TEMPERATURE_CURRENT", 725 "propertyId": 358614274, 726 "description": "HVAC current temperature in celsius.", 727 "readPermission": { 728 "type": "single", 729 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 730 } 731 }, 732 "HVAC_TEMPERATURE_SET": { 733 "propertyName": "HVAC_TEMPERATURE_SET", 734 "propertyId": 358614275, 735 "description": "HVAC target temperature set in Celsius.", 736 "readPermission": { 737 "type": "single", 738 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 739 }, 740 "writePermission": { 741 "type": "single", 742 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 743 } 744 }, 745 "HVAC_TEMPERATURE_VALUE_SUGGESTION": { 746 "propertyName": "HVAC_TEMPERATURE_VALUE_SUGGESTION", 747 "propertyId": 291570965, 748 "description": "Suggested values for setting HVAC temperature.", 749 "readPermission": { 750 "type": "single", 751 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 752 }, 753 "writePermission": { 754 "type": "single", 755 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 756 } 757 }, 758 "HVAC_DEFROSTER": { 759 "propertyName": "HVAC_DEFROSTER", 760 "propertyId": 320865540, 761 "description": "On\/off defrost for designated window.", 762 "readPermission": { 763 "type": "single", 764 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 765 }, 766 "writePermission": { 767 "type": "single", 768 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 769 } 770 }, 771 "HVAC_AC_ON": { 772 "propertyName": "HVAC_AC_ON", 773 "propertyId": 354419973, 774 "description": "On\/off AC for designated areaId.", 775 "readPermission": { 776 "type": "single", 777 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 778 }, 779 "writePermission": { 780 "type": "single", 781 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 782 } 783 }, 784 "HVAC_MAX_AC_ON": { 785 "propertyName": "HVAC_MAX_AC_ON", 786 "propertyId": 354419974, 787 "description": "On\/off max AC.", 788 "readPermission": { 789 "type": "single", 790 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 791 }, 792 "writePermission": { 793 "type": "single", 794 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 795 } 796 }, 797 "HVAC_MAX_DEFROST_ON": { 798 "propertyName": "HVAC_MAX_DEFROST_ON", 799 "propertyId": 354419975, 800 "description": "On\/off max defrost.", 801 "readPermission": { 802 "type": "single", 803 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 804 }, 805 "writePermission": { 806 "type": "single", 807 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 808 } 809 }, 810 "HVAC_RECIRC_ON": { 811 "propertyName": "HVAC_RECIRC_ON", 812 "propertyId": 354419976, 813 "description": "Recirculation on\/off.", 814 "readPermission": { 815 "type": "single", 816 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 817 }, 818 "writePermission": { 819 "type": "single", 820 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 821 } 822 }, 823 "HVAC_DUAL_ON": { 824 "propertyName": "HVAC_DUAL_ON", 825 "propertyId": 354419977, 826 "description": "Enable temperature coupling between areas.", 827 "readPermission": { 828 "type": "single", 829 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 830 }, 831 "writePermission": { 832 "type": "single", 833 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 834 } 835 }, 836 "HVAC_AUTO_ON": { 837 "propertyName": "HVAC_AUTO_ON", 838 "propertyId": 354419978, 839 "description": "On\/off automatic mode.", 840 "readPermission": { 841 "type": "single", 842 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 843 }, 844 "writePermission": { 845 "type": "single", 846 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 847 } 848 }, 849 "HVAC_SEAT_TEMPERATURE": { 850 "propertyName": "HVAC_SEAT_TEMPERATURE", 851 "propertyId": 356517131, 852 "description": "Seat heating\/cooling.", 853 "readPermission": { 854 "type": "single", 855 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 856 }, 857 "writePermission": { 858 "type": "single", 859 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 860 } 861 }, 862 "HVAC_SIDE_MIRROR_HEAT": { 863 "propertyName": "HVAC_SIDE_MIRROR_HEAT", 864 "propertyId": 339739916, 865 "description": "Side Mirror Heat.", 866 "readPermission": { 867 "type": "single", 868 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 869 }, 870 "writePermission": { 871 "type": "single", 872 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 873 } 874 }, 875 "HVAC_STEERING_WHEEL_HEAT": { 876 "propertyName": "HVAC_STEERING_WHEEL_HEAT", 877 "propertyId": 289408269, 878 "description": "Steering Wheel Heating\/Cooling.", 879 "readPermission": { 880 "type": "single", 881 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 882 }, 883 "writePermission": { 884 "type": "single", 885 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 886 } 887 }, 888 "HVAC_TEMPERATURE_DISPLAY_UNITS": { 889 "propertyName": "HVAC_TEMPERATURE_DISPLAY_UNITS", 890 "propertyId": 289408270, 891 "description": "Temperature units for display.", 892 "readPermission": { 893 "type": "anyOf", 894 "value": [ 895 { 896 "type": "single", 897 "value": "android.car.permission.READ_CAR_DISPLAY_UNITS" 898 }, 899 { 900 "type": "single", 901 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 902 } 903 ] 904 }, 905 "writePermission": { 906 "type": "single", 907 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 908 }, 909 "dataEnums": [ 910 0, 911 2, 912 3, 913 16, 914 80, 915 81, 916 83, 917 89, 918 97, 919 98, 920 99, 921 128, 922 32, 923 33, 924 35, 925 36, 926 48, 927 49, 928 50, 929 64, 930 65, 931 66, 932 67, 933 96, 934 100, 935 101, 936 112, 937 113, 938 114, 939 1, 940 144, 941 145 942 ] 943 }, 944 "HVAC_ACTUAL_FAN_SPEED_RPM": { 945 "propertyName": "HVAC_ACTUAL_FAN_SPEED_RPM", 946 "propertyId": 356517135, 947 "description": "Actual fan speed.", 948 "readPermission": { 949 "type": "single", 950 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 951 } 952 }, 953 "HVAC_POWER_ON": { 954 "propertyName": "HVAC_POWER_ON", 955 "propertyId": 354419984, 956 "description": "Represents global power state for HVAC.", 957 "readPermission": { 958 "type": "single", 959 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 960 }, 961 "writePermission": { 962 "type": "single", 963 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 964 } 965 }, 966 "HVAC_FAN_DIRECTION_AVAILABLE": { 967 "propertyName": "HVAC_FAN_DIRECTION_AVAILABLE", 968 "propertyId": 356582673, 969 "description": "Fan Positions Available.", 970 "readPermission": { 971 "type": "single", 972 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 973 }, 974 "dataEnums": [ 975 0, 976 1, 977 2, 978 3, 979 4, 980 5, 981 6, 982 7 983 ] 984 }, 985 "HVAC_AUTO_RECIRC_ON": { 986 "propertyName": "HVAC_AUTO_RECIRC_ON", 987 "propertyId": 354419986, 988 "description": "Automatic recirculation on\/off.", 989 "readPermission": { 990 "type": "single", 991 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 992 }, 993 "writePermission": { 994 "type": "single", 995 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 996 } 997 }, 998 "HVAC_SEAT_VENTILATION": { 999 "propertyName": "HVAC_SEAT_VENTILATION", 1000 "propertyId": 356517139, 1001 "description": "Seat ventilation.", 1002 "readPermission": { 1003 "type": "single", 1004 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 1005 }, 1006 "writePermission": { 1007 "type": "single", 1008 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 1009 } 1010 }, 1011 "HVAC_ELECTRIC_DEFROSTER_ON": { 1012 "propertyName": "HVAC_ELECTRIC_DEFROSTER_ON", 1013 "propertyId": 320865556, 1014 "description": "ELECTRIC DEFROSTER.", 1015 "readPermission": { 1016 "type": "single", 1017 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 1018 }, 1019 "writePermission": { 1020 "type": "single", 1021 "value": "android.car.permission.CONTROL_CAR_CLIMATE" 1022 }, 1023 "systemApi": true 1024 }, 1025 "DISTANCE_DISPLAY_UNITS": { 1026 "propertyName": "DISTANCE_DISPLAY_UNITS", 1027 "propertyId": 289408512, 1028 "description": "Distance units for display.", 1029 "readPermission": { 1030 "type": "single", 1031 "value": "android.car.permission.READ_CAR_DISPLAY_UNITS" 1032 }, 1033 "writePermission": { 1034 "type": "allOf", 1035 "value": [ 1036 { 1037 "type": "single", 1038 "value": "android.car.permission.CONTROL_CAR_DISPLAY_UNITS" 1039 }, 1040 { 1041 "type": "single", 1042 "value": "android.car.permission.CAR_VENDOR_EXTENSION" 1043 } 1044 ] 1045 }, 1046 "dataEnums": [ 1047 0, 1048 2, 1049 3, 1050 16, 1051 80, 1052 81, 1053 83, 1054 89, 1055 97, 1056 98, 1057 99, 1058 128, 1059 32, 1060 33, 1061 35, 1062 36, 1063 48, 1064 49, 1065 50, 1066 64, 1067 65, 1068 66, 1069 67, 1070 96, 1071 100, 1072 101, 1073 112, 1074 113, 1075 114, 1076 1, 1077 144, 1078 145 1079 ] 1080 }, 1081 "FUEL_VOLUME_DISPLAY_UNITS": { 1082 "propertyName": "FUEL_VOLUME_DISPLAY_UNITS", 1083 "propertyId": 289408513, 1084 "description": "Fuel volume units for display.", 1085 "readPermission": { 1086 "type": "single", 1087 "value": "android.car.permission.READ_CAR_DISPLAY_UNITS" 1088 }, 1089 "writePermission": { 1090 "type": "allOf", 1091 "value": [ 1092 { 1093 "type": "single", 1094 "value": "android.car.permission.CONTROL_CAR_DISPLAY_UNITS" 1095 }, 1096 { 1097 "type": "single", 1098 "value": "android.car.permission.CAR_VENDOR_EXTENSION" 1099 } 1100 ] 1101 }, 1102 "dataEnums": [ 1103 0, 1104 2, 1105 3, 1106 16, 1107 80, 1108 81, 1109 83, 1110 89, 1111 97, 1112 98, 1113 99, 1114 128, 1115 32, 1116 33, 1117 35, 1118 36, 1119 48, 1120 49, 1121 50, 1122 64, 1123 65, 1124 66, 1125 67, 1126 96, 1127 100, 1128 101, 1129 112, 1130 113, 1131 114, 1132 1, 1133 144, 1134 145 1135 ] 1136 }, 1137 "TIRE_PRESSURE_DISPLAY_UNITS": { 1138 "propertyName": "TIRE_PRESSURE_DISPLAY_UNITS", 1139 "propertyId": 289408514, 1140 "description": "Tire pressure units for display.", 1141 "readPermission": { 1142 "type": "single", 1143 "value": "android.car.permission.READ_CAR_DISPLAY_UNITS" 1144 }, 1145 "writePermission": { 1146 "type": "allOf", 1147 "value": [ 1148 { 1149 "type": "single", 1150 "value": "android.car.permission.CONTROL_CAR_DISPLAY_UNITS" 1151 }, 1152 { 1153 "type": "single", 1154 "value": "android.car.permission.CAR_VENDOR_EXTENSION" 1155 } 1156 ] 1157 }, 1158 "dataEnums": [ 1159 0, 1160 2, 1161 3, 1162 16, 1163 80, 1164 81, 1165 83, 1166 89, 1167 97, 1168 98, 1169 99, 1170 128, 1171 32, 1172 33, 1173 35, 1174 36, 1175 48, 1176 49, 1177 50, 1178 64, 1179 65, 1180 66, 1181 67, 1182 96, 1183 100, 1184 101, 1185 112, 1186 113, 1187 114, 1188 1, 1189 144, 1190 145 1191 ] 1192 }, 1193 "EV_BATTERY_DISPLAY_UNITS": { 1194 "propertyName": "EV_BATTERY_DISPLAY_UNITS", 1195 "propertyId": 289408515, 1196 "description": "EV battery units for display.", 1197 "readPermission": { 1198 "type": "single", 1199 "value": "android.car.permission.READ_CAR_DISPLAY_UNITS" 1200 }, 1201 "writePermission": { 1202 "type": "allOf", 1203 "value": [ 1204 { 1205 "type": "single", 1206 "value": "android.car.permission.CONTROL_CAR_DISPLAY_UNITS" 1207 }, 1208 { 1209 "type": "single", 1210 "value": "android.car.permission.CAR_VENDOR_EXTENSION" 1211 } 1212 ] 1213 }, 1214 "dataEnums": [ 1215 0, 1216 2, 1217 3, 1218 16, 1219 80, 1220 81, 1221 83, 1222 89, 1223 97, 1224 98, 1225 99, 1226 128, 1227 32, 1228 33, 1229 35, 1230 36, 1231 48, 1232 49, 1233 50, 1234 64, 1235 65, 1236 66, 1237 67, 1238 96, 1239 100, 1240 101, 1241 112, 1242 113, 1243 114, 1244 1, 1245 144, 1246 145 1247 ] 1248 }, 1249 "VEHICLE_SPEED_DISPLAY_UNITS": { 1250 "propertyName": "VEHICLE_SPEED_DISPLAY_UNITS", 1251 "propertyId": 289408516, 1252 "description": "Speed units for display.", 1253 "readPermission": { 1254 "type": "single", 1255 "value": "android.car.permission.READ_CAR_DISPLAY_UNITS" 1256 }, 1257 "writePermission": { 1258 "type": "allOf", 1259 "value": [ 1260 { 1261 "type": "single", 1262 "value": "android.car.permission.CONTROL_CAR_DISPLAY_UNITS" 1263 }, 1264 { 1265 "type": "single", 1266 "value": "android.car.permission.CAR_VENDOR_EXTENSION" 1267 } 1268 ] 1269 }, 1270 "vhalPropertyId": 289408517, 1271 "dataEnums": [ 1272 0, 1273 2, 1274 3, 1275 16, 1276 80, 1277 81, 1278 83, 1279 89, 1280 97, 1281 98, 1282 99, 1283 128, 1284 32, 1285 33, 1286 35, 1287 36, 1288 48, 1289 49, 1290 50, 1291 64, 1292 65, 1293 66, 1294 67, 1295 96, 1296 100, 1297 101, 1298 112, 1299 113, 1300 114, 1301 1, 1302 144, 1303 145 1304 ] 1305 }, 1306 "FUEL_CONSUMPTION_UNITS_DISTANCE_OVER_VOLUME": { 1307 "propertyName": "FUEL_CONSUMPTION_UNITS_DISTANCE_OVER_VOLUME", 1308 "propertyId": 287311364, 1309 "description": "Fuel consumption units for display.", 1310 "readPermission": { 1311 "type": "single", 1312 "value": "android.car.permission.READ_CAR_DISPLAY_UNITS" 1313 }, 1314 "writePermission": { 1315 "type": "allOf", 1316 "value": [ 1317 { 1318 "type": "single", 1319 "value": "android.car.permission.CONTROL_CAR_DISPLAY_UNITS" 1320 }, 1321 { 1322 "type": "single", 1323 "value": "android.car.permission.CAR_VENDOR_EXTENSION" 1324 } 1325 ] 1326 } 1327 }, 1328 "ENV_OUTSIDE_TEMPERATURE": { 1329 "propertyName": "ENV_OUTSIDE_TEMPERATURE", 1330 "propertyId": 291505923, 1331 "description": "Outside temperature in celsius.", 1332 "readPermission": { 1333 "type": "single", 1334 "value": "android.car.permission.CAR_EXTERIOR_ENVIRONMENT" 1335 } 1336 }, 1337 "AP_POWER_STATE_REQ": { 1338 "propertyName": "AP_POWER_STATE_REQ", 1339 "propertyId": 289475072, 1340 "description": "Property to control power state of application processor.", 1341 "deprecated": true 1342 }, 1343 "AP_POWER_STATE_REPORT": { 1344 "propertyName": "AP_POWER_STATE_REPORT", 1345 "propertyId": 289475073, 1346 "description": "Property to report power state of application processor.", 1347 "deprecated": true 1348 }, 1349 "AP_POWER_BOOTUP_REASON": { 1350 "propertyName": "AP_POWER_BOOTUP_REASON", 1351 "propertyId": 289409538, 1352 "description": "Property to report bootup reason for the current power on.", 1353 "deprecated": true 1354 }, 1355 "DISPLAY_BRIGHTNESS": { 1356 "propertyName": "DISPLAY_BRIGHTNESS", 1357 "propertyId": 289409539, 1358 "description": "Property to represent brightness of the display.", 1359 "deprecated": true 1360 }, 1361 "PER_DISPLAY_BRIGHTNESS": { 1362 "propertyName": "PER_DISPLAY_BRIGHTNESS", 1363 "propertyId": 289475076, 1364 "description": "Property to represent brightness of the displays which are controlled separately.", 1365 "deprecated": true 1366 }, 1367 "VALET_MODE_ENABLED": { 1368 "propertyName": "VALET_MODE_ENABLED", 1369 "propertyId": 287312389, 1370 "description": "Valet mode enabled", 1371 "readPermission": { 1372 "type": "anyOf", 1373 "value": [ 1374 { 1375 "type": "single", 1376 "value": "android.car.permission.READ_VALET_MODE" 1377 }, 1378 { 1379 "type": "single", 1380 "value": "android.car.permission.CONTROL_VALET_MODE" 1381 } 1382 ] 1383 }, 1384 "writePermission": { 1385 "type": "single", 1386 "value": "android.car.permission.CONTROL_VALET_MODE" 1387 }, 1388 "systemApi": true 1389 }, 1390 "HEAD_UP_DISPLAY_ENABLED": { 1391 "propertyName": "HEAD_UP_DISPLAY_ENABLED", 1392 "propertyId": 354421254, 1393 "description": "Head up display (HUD) enabled", 1394 "readPermission": { 1395 "type": "anyOf", 1396 "value": [ 1397 { 1398 "type": "single", 1399 "value": "android.car.permission.READ_HEAD_UP_DISPLAY_STATUS" 1400 }, 1401 { 1402 "type": "single", 1403 "value": "android.car.permission.CONTROL_HEAD_UP_DISPLAY" 1404 } 1405 ] 1406 }, 1407 "writePermission": { 1408 "type": "single", 1409 "value": "android.car.permission.CONTROL_HEAD_UP_DISPLAY" 1410 }, 1411 "systemApi": true 1412 }, 1413 "HW_KEY_INPUT": { 1414 "propertyName": "HW_KEY_INPUT", 1415 "propertyId": 289475088, 1416 "description": "Property to feed H\/W input events to android.", 1417 "deprecated": true 1418 }, 1419 "DOOR_POS": { 1420 "propertyName": "DOOR_POS", 1421 "propertyId": 373295872, 1422 "description": "Door position.", 1423 "readPermission": { 1424 "type": "single", 1425 "value": "android.car.permission.CONTROL_CAR_DOORS" 1426 }, 1427 "writePermission": { 1428 "type": "single", 1429 "value": "android.car.permission.CONTROL_CAR_DOORS" 1430 } 1431 }, 1432 "DOOR_MOVE": { 1433 "propertyName": "DOOR_MOVE", 1434 "propertyId": 373295873, 1435 "description": "Door move.", 1436 "readPermission": { 1437 "type": "single", 1438 "value": "android.car.permission.CONTROL_CAR_DOORS" 1439 }, 1440 "writePermission": { 1441 "type": "single", 1442 "value": "android.car.permission.CONTROL_CAR_DOORS" 1443 } 1444 }, 1445 "DOOR_LOCK": { 1446 "propertyName": "DOOR_LOCK", 1447 "propertyId": 371198722, 1448 "description": "Door lock.", 1449 "readPermission": { 1450 "type": "single", 1451 "value": "android.car.permission.CONTROL_CAR_DOORS" 1452 }, 1453 "writePermission": { 1454 "type": "single", 1455 "value": "android.car.permission.CONTROL_CAR_DOORS" 1456 } 1457 }, 1458 "DOOR_CHILD_LOCK_ENABLED": { 1459 "propertyName": "DOOR_CHILD_LOCK_ENABLED", 1460 "propertyId": 371198723, 1461 "description": "Door child lock feature enabled.", 1462 "readPermission": { 1463 "type": "single", 1464 "value": "android.car.permission.CONTROL_CAR_DOORS" 1465 }, 1466 "writePermission": { 1467 "type": "single", 1468 "value": "android.car.permission.CONTROL_CAR_DOORS" 1469 }, 1470 "systemApi": true 1471 }, 1472 "MIRROR_Z_POS": { 1473 "propertyName": "MIRROR_Z_POS", 1474 "propertyId": 339741504, 1475 "description": "Mirror Z Position.", 1476 "readPermission": { 1477 "type": "single", 1478 "value": "android.car.permission.CONTROL_CAR_MIRRORS" 1479 }, 1480 "writePermission": { 1481 "type": "single", 1482 "value": "android.car.permission.CONTROL_CAR_MIRRORS" 1483 } 1484 }, 1485 "MIRROR_Z_MOVE": { 1486 "propertyName": "MIRROR_Z_MOVE", 1487 "propertyId": 339741505, 1488 "description": "Mirror Z Move.", 1489 "readPermission": { 1490 "type": "single", 1491 "value": "android.car.permission.CONTROL_CAR_MIRRORS" 1492 }, 1493 "writePermission": { 1494 "type": "single", 1495 "value": "android.car.permission.CONTROL_CAR_MIRRORS" 1496 } 1497 }, 1498 "MIRROR_Y_POS": { 1499 "propertyName": "MIRROR_Y_POS", 1500 "propertyId": 339741506, 1501 "description": "Mirror Y Position.", 1502 "readPermission": { 1503 "type": "single", 1504 "value": "android.car.permission.CONTROL_CAR_MIRRORS" 1505 }, 1506 "writePermission": { 1507 "type": "single", 1508 "value": "android.car.permission.CONTROL_CAR_MIRRORS" 1509 } 1510 }, 1511 "MIRROR_Y_MOVE": { 1512 "propertyName": "MIRROR_Y_MOVE", 1513 "propertyId": 339741507, 1514 "description": "Mirror Y Move.", 1515 "readPermission": { 1516 "type": "single", 1517 "value": "android.car.permission.CONTROL_CAR_MIRRORS" 1518 }, 1519 "writePermission": { 1520 "type": "single", 1521 "value": "android.car.permission.CONTROL_CAR_MIRRORS" 1522 } 1523 }, 1524 "MIRROR_LOCK": { 1525 "propertyName": "MIRROR_LOCK", 1526 "propertyId": 287312708, 1527 "description": "Mirror Lock.", 1528 "readPermission": { 1529 "type": "single", 1530 "value": "android.car.permission.CONTROL_CAR_MIRRORS" 1531 }, 1532 "writePermission": { 1533 "type": "single", 1534 "value": "android.car.permission.CONTROL_CAR_MIRRORS" 1535 } 1536 }, 1537 "MIRROR_FOLD": { 1538 "propertyName": "MIRROR_FOLD", 1539 "propertyId": 287312709, 1540 "description": "Mirror Fold.", 1541 "readPermission": { 1542 "type": "single", 1543 "value": "android.car.permission.CONTROL_CAR_MIRRORS" 1544 }, 1545 "writePermission": { 1546 "type": "single", 1547 "value": "android.car.permission.CONTROL_CAR_MIRRORS" 1548 } 1549 }, 1550 "MIRROR_AUTO_FOLD_ENABLED": { 1551 "propertyName": "MIRROR_AUTO_FOLD_ENABLED", 1552 "propertyId": 337644358, 1553 "description": "Represents property for the Mirror Auto Fold feature.", 1554 "readPermission": { 1555 "type": "single", 1556 "value": "android.car.permission.CONTROL_CAR_MIRRORS" 1557 }, 1558 "writePermission": { 1559 "type": "single", 1560 "value": "android.car.permission.CONTROL_CAR_MIRRORS" 1561 }, 1562 "systemApi": true 1563 }, 1564 "MIRROR_AUTO_TILT_ENABLED": { 1565 "propertyName": "MIRROR_AUTO_TILT_ENABLED", 1566 "propertyId": 337644359, 1567 "description": "Represents property for the Mirror Auto Tilt feature.", 1568 "readPermission": { 1569 "type": "single", 1570 "value": "android.car.permission.CONTROL_CAR_MIRRORS" 1571 }, 1572 "writePermission": { 1573 "type": "single", 1574 "value": "android.car.permission.CONTROL_CAR_MIRRORS" 1575 }, 1576 "systemApi": true 1577 }, 1578 "GLOVE_BOX_DOOR_POS": { 1579 "propertyName": "GLOVE_BOX_DOOR_POS", 1580 "propertyId": 356518896, 1581 "description": "Property that represents the current position of the glove box door.", 1582 "readPermission": { 1583 "type": "single", 1584 "value": "android.car.permission.CONTROL_GLOVE_BOX" 1585 }, 1586 "writePermission": { 1587 "type": "single", 1588 "value": "android.car.permission.CONTROL_GLOVE_BOX" 1589 }, 1590 "systemApi": true 1591 }, 1592 "GLOVE_BOX_LOCKED": { 1593 "propertyName": "GLOVE_BOX_LOCKED", 1594 "propertyId": 354421745, 1595 "description": "Lock or unlock the glove box.", 1596 "readPermission": { 1597 "type": "single", 1598 "value": "android.car.permission.CONTROL_GLOVE_BOX" 1599 }, 1600 "writePermission": { 1601 "type": "single", 1602 "value": "android.car.permission.CONTROL_GLOVE_BOX" 1603 }, 1604 "systemApi": true 1605 }, 1606 "SEAT_MEMORY_SELECT": { 1607 "propertyName": "SEAT_MEMORY_SELECT", 1608 "propertyId": 356518784, 1609 "description": "Seat memory select.", 1610 "writePermission": { 1611 "type": "single", 1612 "value": "android.car.permission.CONTROL_CAR_SEATS" 1613 } 1614 }, 1615 "SEAT_MEMORY_SET": { 1616 "propertyName": "SEAT_MEMORY_SET", 1617 "propertyId": 356518785, 1618 "description": "Seat memory set.", 1619 "writePermission": { 1620 "type": "single", 1621 "value": "android.car.permission.CONTROL_CAR_SEATS" 1622 } 1623 }, 1624 "SEAT_BELT_BUCKLED": { 1625 "propertyName": "SEAT_BELT_BUCKLED", 1626 "propertyId": 354421634, 1627 "description": "Seatbelt buckled.", 1628 "readPermission": { 1629 "type": "single", 1630 "value": "android.car.permission.CONTROL_CAR_SEATS" 1631 }, 1632 "writePermission": { 1633 "type": "single", 1634 "value": "android.car.permission.CONTROL_CAR_SEATS" 1635 } 1636 }, 1637 "SEAT_BELT_HEIGHT_POS": { 1638 "propertyName": "SEAT_BELT_HEIGHT_POS", 1639 "propertyId": 356518787, 1640 "description": "Seatbelt height position.", 1641 "readPermission": { 1642 "type": "single", 1643 "value": "android.car.permission.CONTROL_CAR_SEATS" 1644 }, 1645 "writePermission": { 1646 "type": "single", 1647 "value": "android.car.permission.CONTROL_CAR_SEATS" 1648 } 1649 }, 1650 "SEAT_BELT_HEIGHT_MOVE": { 1651 "propertyName": "SEAT_BELT_HEIGHT_MOVE", 1652 "propertyId": 356518788, 1653 "description": "Seatbelt height move.", 1654 "readPermission": { 1655 "type": "single", 1656 "value": "android.car.permission.CONTROL_CAR_SEATS" 1657 }, 1658 "writePermission": { 1659 "type": "single", 1660 "value": "android.car.permission.CONTROL_CAR_SEATS" 1661 } 1662 }, 1663 "SEAT_FORE_AFT_POS": { 1664 "propertyName": "SEAT_FORE_AFT_POS", 1665 "propertyId": 356518789, 1666 "description": "Seat fore\/aft position.", 1667 "readPermission": { 1668 "type": "single", 1669 "value": "android.car.permission.CONTROL_CAR_SEATS" 1670 }, 1671 "writePermission": { 1672 "type": "single", 1673 "value": "android.car.permission.CONTROL_CAR_SEATS" 1674 } 1675 }, 1676 "SEAT_FORE_AFT_MOVE": { 1677 "propertyName": "SEAT_FORE_AFT_MOVE", 1678 "propertyId": 356518790, 1679 "description": "Seat fore\/aft move.", 1680 "readPermission": { 1681 "type": "single", 1682 "value": "android.car.permission.CONTROL_CAR_SEATS" 1683 }, 1684 "writePermission": { 1685 "type": "single", 1686 "value": "android.car.permission.CONTROL_CAR_SEATS" 1687 } 1688 }, 1689 "SEAT_BACKREST_ANGLE_1_POS": { 1690 "propertyName": "SEAT_BACKREST_ANGLE_1_POS", 1691 "propertyId": 356518791, 1692 "description": "Seat backrest angle 1 position.", 1693 "readPermission": { 1694 "type": "single", 1695 "value": "android.car.permission.CONTROL_CAR_SEATS" 1696 }, 1697 "writePermission": { 1698 "type": "single", 1699 "value": "android.car.permission.CONTROL_CAR_SEATS" 1700 } 1701 }, 1702 "SEAT_BACKREST_ANGLE_1_MOVE": { 1703 "propertyName": "SEAT_BACKREST_ANGLE_1_MOVE", 1704 "propertyId": 356518792, 1705 "description": "Seat backrest angle 1 move.", 1706 "readPermission": { 1707 "type": "single", 1708 "value": "android.car.permission.CONTROL_CAR_SEATS" 1709 }, 1710 "writePermission": { 1711 "type": "single", 1712 "value": "android.car.permission.CONTROL_CAR_SEATS" 1713 } 1714 }, 1715 "SEAT_BACKREST_ANGLE_2_POS": { 1716 "propertyName": "SEAT_BACKREST_ANGLE_2_POS", 1717 "propertyId": 356518793, 1718 "description": "Seat backrest angle 2 position.", 1719 "readPermission": { 1720 "type": "single", 1721 "value": "android.car.permission.CONTROL_CAR_SEATS" 1722 }, 1723 "writePermission": { 1724 "type": "single", 1725 "value": "android.car.permission.CONTROL_CAR_SEATS" 1726 } 1727 }, 1728 "SEAT_BACKREST_ANGLE_2_MOVE": { 1729 "propertyName": "SEAT_BACKREST_ANGLE_2_MOVE", 1730 "propertyId": 356518794, 1731 "description": "Seat backrest angle 2 move.", 1732 "readPermission": { 1733 "type": "single", 1734 "value": "android.car.permission.CONTROL_CAR_SEATS" 1735 }, 1736 "writePermission": { 1737 "type": "single", 1738 "value": "android.car.permission.CONTROL_CAR_SEATS" 1739 } 1740 }, 1741 "SEAT_HEIGHT_POS": { 1742 "propertyName": "SEAT_HEIGHT_POS", 1743 "propertyId": 356518795, 1744 "description": "Seat height position.", 1745 "readPermission": { 1746 "type": "single", 1747 "value": "android.car.permission.CONTROL_CAR_SEATS" 1748 }, 1749 "writePermission": { 1750 "type": "single", 1751 "value": "android.car.permission.CONTROL_CAR_SEATS" 1752 } 1753 }, 1754 "SEAT_HEIGHT_MOVE": { 1755 "propertyName": "SEAT_HEIGHT_MOVE", 1756 "propertyId": 356518796, 1757 "description": "Seat height move.", 1758 "readPermission": { 1759 "type": "single", 1760 "value": "android.car.permission.CONTROL_CAR_SEATS" 1761 }, 1762 "writePermission": { 1763 "type": "single", 1764 "value": "android.car.permission.CONTROL_CAR_SEATS" 1765 } 1766 }, 1767 "SEAT_DEPTH_POS": { 1768 "propertyName": "SEAT_DEPTH_POS", 1769 "propertyId": 356518797, 1770 "description": "Seat depth position.", 1771 "readPermission": { 1772 "type": "single", 1773 "value": "android.car.permission.CONTROL_CAR_SEATS" 1774 }, 1775 "writePermission": { 1776 "type": "single", 1777 "value": "android.car.permission.CONTROL_CAR_SEATS" 1778 } 1779 }, 1780 "SEAT_DEPTH_MOVE": { 1781 "propertyName": "SEAT_DEPTH_MOVE", 1782 "propertyId": 356518798, 1783 "description": "Seat depth move.", 1784 "readPermission": { 1785 "type": "single", 1786 "value": "android.car.permission.CONTROL_CAR_SEATS" 1787 }, 1788 "writePermission": { 1789 "type": "single", 1790 "value": "android.car.permission.CONTROL_CAR_SEATS" 1791 } 1792 }, 1793 "SEAT_TILT_POS": { 1794 "propertyName": "SEAT_TILT_POS", 1795 "propertyId": 356518799, 1796 "description": "Seat tilt position.", 1797 "readPermission": { 1798 "type": "single", 1799 "value": "android.car.permission.CONTROL_CAR_SEATS" 1800 }, 1801 "writePermission": { 1802 "type": "single", 1803 "value": "android.car.permission.CONTROL_CAR_SEATS" 1804 } 1805 }, 1806 "SEAT_TILT_MOVE": { 1807 "propertyName": "SEAT_TILT_MOVE", 1808 "propertyId": 356518800, 1809 "description": "Seat tilt move.", 1810 "readPermission": { 1811 "type": "single", 1812 "value": "android.car.permission.CONTROL_CAR_SEATS" 1813 }, 1814 "writePermission": { 1815 "type": "single", 1816 "value": "android.car.permission.CONTROL_CAR_SEATS" 1817 } 1818 }, 1819 "SEAT_LUMBAR_FORE_AFT_POS": { 1820 "propertyName": "SEAT_LUMBAR_FORE_AFT_POS", 1821 "propertyId": 356518801, 1822 "description": "Lumber fore\/aft position.", 1823 "readPermission": { 1824 "type": "single", 1825 "value": "android.car.permission.CONTROL_CAR_SEATS" 1826 }, 1827 "writePermission": { 1828 "type": "single", 1829 "value": "android.car.permission.CONTROL_CAR_SEATS" 1830 } 1831 }, 1832 "SEAT_LUMBAR_FORE_AFT_MOVE": { 1833 "propertyName": "SEAT_LUMBAR_FORE_AFT_MOVE", 1834 "propertyId": 356518802, 1835 "description": "Lumbar fore\/aft move.", 1836 "readPermission": { 1837 "type": "single", 1838 "value": "android.car.permission.CONTROL_CAR_SEATS" 1839 }, 1840 "writePermission": { 1841 "type": "single", 1842 "value": "android.car.permission.CONTROL_CAR_SEATS" 1843 } 1844 }, 1845 "SEAT_LUMBAR_SIDE_SUPPORT_POS": { 1846 "propertyName": "SEAT_LUMBAR_SIDE_SUPPORT_POS", 1847 "propertyId": 356518803, 1848 "description": "Lumbar side support position.", 1849 "readPermission": { 1850 "type": "single", 1851 "value": "android.car.permission.CONTROL_CAR_SEATS" 1852 }, 1853 "writePermission": { 1854 "type": "single", 1855 "value": "android.car.permission.CONTROL_CAR_SEATS" 1856 } 1857 }, 1858 "SEAT_LUMBAR_SIDE_SUPPORT_MOVE": { 1859 "propertyName": "SEAT_LUMBAR_SIDE_SUPPORT_MOVE", 1860 "propertyId": 356518804, 1861 "description": "Lumbar side support move.", 1862 "readPermission": { 1863 "type": "single", 1864 "value": "android.car.permission.CONTROL_CAR_SEATS" 1865 }, 1866 "writePermission": { 1867 "type": "single", 1868 "value": "android.car.permission.CONTROL_CAR_SEATS" 1869 } 1870 }, 1871 "SEAT_HEADREST_HEIGHT_POS": { 1872 "propertyName": "SEAT_HEADREST_HEIGHT_POS", 1873 "propertyId": 289409941, 1874 "description": "Headrest height position.", 1875 "deprecated": true 1876 }, 1877 "SEAT_HEADREST_HEIGHT_POS_V2": { 1878 "propertyName": "SEAT_HEADREST_HEIGHT_POS_V2", 1879 "propertyId": 356518820, 1880 "description": "Headrest height position.", 1881 "readPermission": { 1882 "type": "single", 1883 "value": "android.car.permission.CONTROL_CAR_SEATS" 1884 }, 1885 "writePermission": { 1886 "type": "single", 1887 "value": "android.car.permission.CONTROL_CAR_SEATS" 1888 } 1889 }, 1890 "SEAT_HEADREST_HEIGHT_MOVE": { 1891 "propertyName": "SEAT_HEADREST_HEIGHT_MOVE", 1892 "propertyId": 356518806, 1893 "description": "Headrest height move.", 1894 "readPermission": { 1895 "type": "single", 1896 "value": "android.car.permission.CONTROL_CAR_SEATS" 1897 }, 1898 "writePermission": { 1899 "type": "single", 1900 "value": "android.car.permission.CONTROL_CAR_SEATS" 1901 } 1902 }, 1903 "SEAT_HEADREST_ANGLE_POS": { 1904 "propertyName": "SEAT_HEADREST_ANGLE_POS", 1905 "propertyId": 356518807, 1906 "description": "Headrest angle position.", 1907 "readPermission": { 1908 "type": "single", 1909 "value": "android.car.permission.CONTROL_CAR_SEATS" 1910 }, 1911 "writePermission": { 1912 "type": "single", 1913 "value": "android.car.permission.CONTROL_CAR_SEATS" 1914 } 1915 }, 1916 "SEAT_HEADREST_ANGLE_MOVE": { 1917 "propertyName": "SEAT_HEADREST_ANGLE_MOVE", 1918 "propertyId": 356518808, 1919 "description": "Headrest angle move.", 1920 "readPermission": { 1921 "type": "single", 1922 "value": "android.car.permission.CONTROL_CAR_SEATS" 1923 }, 1924 "writePermission": { 1925 "type": "single", 1926 "value": "android.car.permission.CONTROL_CAR_SEATS" 1927 } 1928 }, 1929 "SEAT_HEADREST_FORE_AFT_POS": { 1930 "propertyName": "SEAT_HEADREST_FORE_AFT_POS", 1931 "propertyId": 356518809, 1932 "description": "Headrest fore\/aft position.", 1933 "readPermission": { 1934 "type": "single", 1935 "value": "android.car.permission.CONTROL_CAR_SEATS" 1936 }, 1937 "writePermission": { 1938 "type": "single", 1939 "value": "android.car.permission.CONTROL_CAR_SEATS" 1940 } 1941 }, 1942 "SEAT_HEADREST_FORE_AFT_MOVE": { 1943 "propertyName": "SEAT_HEADREST_FORE_AFT_MOVE", 1944 "propertyId": 356518810, 1945 "description": "Headrest fore\/aft move.", 1946 "readPermission": { 1947 "type": "single", 1948 "value": "android.car.permission.CONTROL_CAR_SEATS" 1949 }, 1950 "writePermission": { 1951 "type": "single", 1952 "value": "android.car.permission.CONTROL_CAR_SEATS" 1953 } 1954 }, 1955 "SEAT_FOOTWELL_LIGHTS_STATE": { 1956 "propertyName": "SEAT_FOOTWELL_LIGHTS_STATE", 1957 "propertyId": 356518811, 1958 "description": "Represents property for state of the footwell lights.", 1959 "readPermission": { 1960 "type": "single", 1961 "value": "android.car.permission.READ_CAR_INTERIOR_LIGHTS" 1962 }, 1963 "dataEnums": [ 1964 0, 1965 1, 1966 2 1967 ] 1968 }, 1969 "SEAT_FOOTWELL_LIGHTS_SWITCH": { 1970 "propertyName": "SEAT_FOOTWELL_LIGHTS_SWITCH", 1971 "propertyId": 356518812, 1972 "description": "Represents property for switch of the footwell lights.", 1973 "readPermission": { 1974 "type": "single", 1975 "value": "android.car.permission.CONTROL_CAR_INTERIOR_LIGHTS" 1976 }, 1977 "writePermission": { 1978 "type": "single", 1979 "value": "android.car.permission.CONTROL_CAR_INTERIOR_LIGHTS" 1980 }, 1981 "dataEnums": [ 1982 0, 1983 1, 1984 2, 1985 256 1986 ] 1987 }, 1988 "SEAT_EASY_ACCESS_ENABLED": { 1989 "propertyName": "SEAT_EASY_ACCESS_ENABLED", 1990 "propertyId": 354421661, 1991 "description": "Represents property for Seat easy access feature.", 1992 "readPermission": { 1993 "type": "single", 1994 "value": "android.car.permission.CONTROL_CAR_SEATS" 1995 }, 1996 "writePermission": { 1997 "type": "single", 1998 "value": "android.car.permission.CONTROL_CAR_SEATS" 1999 }, 2000 "systemApi": true 2001 }, 2002 "SEAT_AIRBAG_ENABLED": { 2003 "propertyName": "SEAT_AIRBAG_ENABLED", 2004 "propertyId": 354421662, 2005 "description": "Represents feature to enable\/disable a seat's ability to deploy airbag(s) when triggered", 2006 "readPermission": { 2007 "type": "single", 2008 "value": "android.car.permission.CONTROL_CAR_AIRBAGS" 2009 }, 2010 "writePermission": { 2011 "type": "single", 2012 "value": "android.car.permission.CONTROL_CAR_AIRBAGS" 2013 }, 2014 "systemApi": true 2015 }, 2016 "SEAT_AIRBAGS_DEPLOYED": { 2017 "propertyName": "SEAT_AIRBAGS_DEPLOYED", 2018 "propertyId": 356518821, 2019 "description": "State of deployment for seat airbags.", 2020 "readPermission": { 2021 "type": "single", 2022 "value": "android.car.permission.READ_CAR_AIRBAGS" 2023 }, 2024 "systemApi": true, 2025 "dataEnums": [ 2026 1, 2027 2, 2028 4, 2029 8, 2030 16, 2031 32 2032 ] 2033 }, 2034 "SEAT_CUSHION_SIDE_SUPPORT_POS": { 2035 "propertyName": "SEAT_CUSHION_SIDE_SUPPORT_POS", 2036 "propertyId": 356518815, 2037 "description": "Represents property for seat’s hipside (bottom cushion’s side) support position.", 2038 "readPermission": { 2039 "type": "single", 2040 "value": "android.car.permission.CONTROL_CAR_SEATS" 2041 }, 2042 "writePermission": { 2043 "type": "single", 2044 "value": "android.car.permission.CONTROL_CAR_SEATS" 2045 }, 2046 "systemApi": true 2047 }, 2048 "SEAT_CUSHION_SIDE_SUPPORT_MOVE": { 2049 "propertyName": "SEAT_CUSHION_SIDE_SUPPORT_MOVE", 2050 "propertyId": 356518816, 2051 "description": "Represents property for movement direction and speed of seat cushion side support.", 2052 "readPermission": { 2053 "type": "single", 2054 "value": "android.car.permission.CONTROL_CAR_SEATS" 2055 }, 2056 "writePermission": { 2057 "type": "single", 2058 "value": "android.car.permission.CONTROL_CAR_SEATS" 2059 }, 2060 "systemApi": true 2061 }, 2062 "SEAT_LUMBAR_VERTICAL_POS": { 2063 "propertyName": "SEAT_LUMBAR_VERTICAL_POS", 2064 "propertyId": 356518817, 2065 "description": "Represents property for seat’s lumbar support vertical position.", 2066 "readPermission": { 2067 "type": "single", 2068 "value": "android.car.permission.CONTROL_CAR_SEATS" 2069 }, 2070 "writePermission": { 2071 "type": "single", 2072 "value": "android.car.permission.CONTROL_CAR_SEATS" 2073 }, 2074 "systemApi": true 2075 }, 2076 "SEAT_LUMBAR_VERTICAL_MOVE": { 2077 "propertyName": "SEAT_LUMBAR_VERTICAL_MOVE", 2078 "propertyId": 356518818, 2079 "description": "Represents property for vertical movement direction and speed of seat lumbar support.", 2080 "readPermission": { 2081 "type": "single", 2082 "value": "android.car.permission.CONTROL_CAR_SEATS" 2083 }, 2084 "writePermission": { 2085 "type": "single", 2086 "value": "android.car.permission.CONTROL_CAR_SEATS" 2087 }, 2088 "systemApi": true 2089 }, 2090 "SEAT_WALK_IN_POS": { 2091 "propertyName": "SEAT_WALK_IN_POS", 2092 "propertyId": 356518819, 2093 "description": "Represents property that indicates the current walk-in position of the seat.", 2094 "readPermission": { 2095 "type": "single", 2096 "value": "android.car.permission.CONTROL_CAR_SEATS" 2097 }, 2098 "writePermission": { 2099 "type": "single", 2100 "value": "android.car.permission.CONTROL_CAR_SEATS" 2101 }, 2102 "systemApi": true 2103 }, 2104 "SEAT_BELT_PRETENSIONER_DEPLOYED": { 2105 "propertyName": "SEAT_BELT_PRETENSIONER_DEPLOYED", 2106 "propertyId": 354421670, 2107 "description": "Seat belt pretensioner deployed.", 2108 "readPermission": { 2109 "type": "single", 2110 "value": "android.car.permission.READ_CAR_SEAT_BELTS" 2111 }, 2112 "systemApi": true 2113 }, 2114 "SEAT_OCCUPANCY": { 2115 "propertyName": "SEAT_OCCUPANCY", 2116 "propertyId": 356518832, 2117 "description": "Seat Occupancy.", 2118 "readPermission": { 2119 "type": "single", 2120 "value": "android.car.permission.CONTROL_CAR_SEATS" 2121 }, 2122 "dataEnums": [ 2123 0, 2124 1, 2125 2 2126 ] 2127 }, 2128 "WINDOW_POS": { 2129 "propertyName": "WINDOW_POS", 2130 "propertyId": 322964416, 2131 "description": "Window Position.", 2132 "readPermission": { 2133 "type": "single", 2134 "value": "android.car.permission.CONTROL_CAR_WINDOWS" 2135 }, 2136 "writePermission": { 2137 "type": "single", 2138 "value": "android.car.permission.CONTROL_CAR_WINDOWS" 2139 } 2140 }, 2141 "WINDOW_MOVE": { 2142 "propertyName": "WINDOW_MOVE", 2143 "propertyId": 322964417, 2144 "description": "Window Move.", 2145 "readPermission": { 2146 "type": "single", 2147 "value": "android.car.permission.CONTROL_CAR_WINDOWS" 2148 }, 2149 "writePermission": { 2150 "type": "single", 2151 "value": "android.car.permission.CONTROL_CAR_WINDOWS" 2152 } 2153 }, 2154 "WINDOW_LOCK": { 2155 "propertyName": "WINDOW_LOCK", 2156 "propertyId": 320867268, 2157 "description": "Window Child Lock.", 2158 "readPermission": { 2159 "type": "single", 2160 "value": "android.car.permission.CONTROL_CAR_WINDOWS" 2161 }, 2162 "writePermission": { 2163 "type": "single", 2164 "value": "android.car.permission.CONTROL_CAR_WINDOWS" 2165 } 2166 }, 2167 "WINDSHIELD_WIPERS_PERIOD": { 2168 "propertyName": "WINDSHIELD_WIPERS_PERIOD", 2169 "propertyId": 322964421, 2170 "description": "Windshield wipers period (milliseconds).", 2171 "readPermission": { 2172 "type": "single", 2173 "value": "android.car.permission.READ_WINDSHIELD_WIPERS" 2174 }, 2175 "systemApi": true 2176 }, 2177 "WINDSHIELD_WIPERS_STATE": { 2178 "propertyName": "WINDSHIELD_WIPERS_STATE", 2179 "propertyId": 322964422, 2180 "description": "Windshield wipers state.", 2181 "readPermission": { 2182 "type": "single", 2183 "value": "android.car.permission.READ_WINDSHIELD_WIPERS" 2184 }, 2185 "systemApi": true, 2186 "dataEnums": [ 2187 0, 2188 1, 2189 2, 2190 3 2191 ] 2192 }, 2193 "WINDSHIELD_WIPERS_SWITCH": { 2194 "propertyName": "WINDSHIELD_WIPERS_SWITCH", 2195 "propertyId": 322964423, 2196 "description": "Windshield wipers switch.", 2197 "readPermission": { 2198 "type": "anyOf", 2199 "value": [ 2200 { 2201 "type": "single", 2202 "value": "android.car.permission.READ_WINDSHIELD_WIPERS" 2203 }, 2204 { 2205 "type": "single", 2206 "value": "android.car.permission.CONTROL_WINDSHIELD_WIPERS" 2207 } 2208 ] 2209 }, 2210 "writePermission": { 2211 "type": "single", 2212 "value": "android.car.permission.CONTROL_WINDSHIELD_WIPERS" 2213 }, 2214 "systemApi": true, 2215 "dataEnums": [ 2216 0, 2217 1, 2218 2, 2219 3, 2220 4, 2221 5, 2222 6, 2223 7, 2224 8, 2225 9, 2226 10, 2227 11, 2228 12, 2229 13, 2230 14 2231 ] 2232 }, 2233 "STEERING_WHEEL_DEPTH_POS": { 2234 "propertyName": "STEERING_WHEEL_DEPTH_POS", 2235 "propertyId": 289410016, 2236 "description": "Steering wheel depth position.", 2237 "readPermission": { 2238 "type": "single", 2239 "value": "android.car.permission.CONTROL_STEERING_WHEEL" 2240 }, 2241 "writePermission": { 2242 "type": "single", 2243 "value": "android.car.permission.CONTROL_STEERING_WHEEL" 2244 }, 2245 "systemApi": true 2246 }, 2247 "STEERING_WHEEL_DEPTH_MOVE": { 2248 "propertyName": "STEERING_WHEEL_DEPTH_MOVE", 2249 "propertyId": 289410017, 2250 "description": "Steering wheel depth movement.", 2251 "readPermission": { 2252 "type": "single", 2253 "value": "android.car.permission.CONTROL_STEERING_WHEEL" 2254 }, 2255 "writePermission": { 2256 "type": "single", 2257 "value": "android.car.permission.CONTROL_STEERING_WHEEL" 2258 }, 2259 "systemApi": true 2260 }, 2261 "STEERING_WHEEL_HEIGHT_POS": { 2262 "propertyName": "STEERING_WHEEL_HEIGHT_POS", 2263 "propertyId": 289410018, 2264 "description": "Steering wheel height position.", 2265 "readPermission": { 2266 "type": "single", 2267 "value": "android.car.permission.CONTROL_STEERING_WHEEL" 2268 }, 2269 "writePermission": { 2270 "type": "single", 2271 "value": "android.car.permission.CONTROL_STEERING_WHEEL" 2272 }, 2273 "systemApi": true 2274 }, 2275 "STEERING_WHEEL_HEIGHT_MOVE": { 2276 "propertyName": "STEERING_WHEEL_HEIGHT_MOVE", 2277 "propertyId": 289410019, 2278 "description": "Steering wheel height movement.", 2279 "readPermission": { 2280 "type": "single", 2281 "value": "android.car.permission.CONTROL_STEERING_WHEEL" 2282 }, 2283 "writePermission": { 2284 "type": "single", 2285 "value": "android.car.permission.CONTROL_STEERING_WHEEL" 2286 }, 2287 "systemApi": true 2288 }, 2289 "STEERING_WHEEL_THEFT_LOCK_ENABLED": { 2290 "propertyName": "STEERING_WHEEL_THEFT_LOCK_ENABLED", 2291 "propertyId": 287312868, 2292 "description": "Steering wheel theft lock feature enabled.", 2293 "readPermission": { 2294 "type": "single", 2295 "value": "android.car.permission.CONTROL_STEERING_WHEEL" 2296 }, 2297 "writePermission": { 2298 "type": "single", 2299 "value": "android.car.permission.CONTROL_STEERING_WHEEL" 2300 }, 2301 "systemApi": true 2302 }, 2303 "STEERING_WHEEL_LOCKED": { 2304 "propertyName": "STEERING_WHEEL_LOCKED", 2305 "propertyId": 287312869, 2306 "description": "Steering wheel locked.", 2307 "readPermission": { 2308 "type": "single", 2309 "value": "android.car.permission.CONTROL_STEERING_WHEEL" 2310 }, 2311 "writePermission": { 2312 "type": "single", 2313 "value": "android.car.permission.CONTROL_STEERING_WHEEL" 2314 }, 2315 "systemApi": true 2316 }, 2317 "STEERING_WHEEL_EASY_ACCESS_ENABLED": { 2318 "propertyName": "STEERING_WHEEL_EASY_ACCESS_ENABLED", 2319 "propertyId": 287312870, 2320 "description": "Steering wheel easy access feature enabled.", 2321 "readPermission": { 2322 "type": "single", 2323 "value": "android.car.permission.CONTROL_STEERING_WHEEL" 2324 }, 2325 "writePermission": { 2326 "type": "single", 2327 "value": "android.car.permission.CONTROL_STEERING_WHEEL" 2328 }, 2329 "systemApi": true 2330 }, 2331 "VEHICLE_MAP_SERVICE": { 2332 "propertyName": "VEHICLE_MAP_SERVICE", 2333 "propertyId": 299895808, 2334 "description": "Vehicle Maps Service (VMS) message.", 2335 "deprecated": true 2336 }, 2337 "LOCATION_CHARACTERIZATION": { 2338 "propertyName": "LOCATION_CHARACTERIZATION", 2339 "propertyId": 289410064, 2340 "description": "Characterization of inputs used for computing location.", 2341 "readPermission": { 2342 "type": "single", 2343 "value": "android.permission.ACCESS_FINE_LOCATION" 2344 }, 2345 "dataFlag": [ 2346 1, 2347 2, 2348 4, 2349 8, 2350 16, 2351 32, 2352 64, 2353 128, 2354 256 2355 ] 2356 }, 2357 "ULTRASONICS_SENSOR_POSITION": { 2358 "propertyName": "ULTRASONICS_SENSOR_POSITION", 2359 "propertyId": 406916128, 2360 "description": "Static data for the position of each ultrasonic sensor installed on the vehicle.", 2361 "readPermission": { 2362 "type": "single", 2363 "value": "android.car.permission.READ_ULTRASONICS_SENSOR_DATA" 2364 }, 2365 "systemApi": true 2366 }, 2367 "ULTRASONICS_SENSOR_ORIENTATION": { 2368 "propertyName": "ULTRASONICS_SENSOR_ORIENTATION", 2369 "propertyId": 409013281, 2370 "description": "Static data for the orientation of each ultrasonic sensor installed on the vehicle.", 2371 "readPermission": { 2372 "type": "single", 2373 "value": "android.car.permission.READ_ULTRASONICS_SENSOR_DATA" 2374 }, 2375 "systemApi": true 2376 }, 2377 "ULTRASONICS_SENSOR_FIELD_OF_VIEW": { 2378 "propertyName": "ULTRASONICS_SENSOR_FIELD_OF_VIEW", 2379 "propertyId": 406916130, 2380 "description": "Static data for the field of view of each ultrasonic sensor in degrees.", 2381 "readPermission": { 2382 "type": "single", 2383 "value": "android.car.permission.READ_ULTRASONICS_SENSOR_DATA" 2384 }, 2385 "systemApi": true 2386 }, 2387 "ULTRASONICS_SENSOR_DETECTION_RANGE": { 2388 "propertyName": "ULTRASONICS_SENSOR_DETECTION_RANGE", 2389 "propertyId": 406916131, 2390 "description": "Static data for the detection range of each ultrasonic sensor in millimeters.", 2391 "readPermission": { 2392 "type": "single", 2393 "value": "android.car.permission.READ_ULTRASONICS_SENSOR_DATA" 2394 }, 2395 "systemApi": true 2396 }, 2397 "ULTRASONICS_SENSOR_SUPPORTED_RANGES": { 2398 "propertyName": "ULTRASONICS_SENSOR_SUPPORTED_RANGES", 2399 "propertyId": 406916132, 2400 "description": "Static data for the supported ranges of each ultrasonic sensor in millimeters.", 2401 "readPermission": { 2402 "type": "single", 2403 "value": "android.car.permission.READ_ULTRASONICS_SENSOR_DATA" 2404 }, 2405 "systemApi": true 2406 }, 2407 "ULTRASONICS_SENSOR_MEASURED_DISTANCE": { 2408 "propertyName": "ULTRASONICS_SENSOR_MEASURED_DISTANCE", 2409 "propertyId": 406916133, 2410 "description": "The distance reading of the nearest detected object per sensor in millimeters.", 2411 "readPermission": { 2412 "type": "single", 2413 "value": "android.car.permission.READ_ULTRASONICS_SENSOR_DATA" 2414 }, 2415 "systemApi": true 2416 }, 2417 "OBD2_LIVE_FRAME": { 2418 "propertyName": "OBD2_LIVE_FRAME", 2419 "propertyId": 299896064, 2420 "description": "OBD2 Live Sensor Data.", 2421 "deprecated": true 2422 }, 2423 "OBD2_FREEZE_FRAME": { 2424 "propertyName": "OBD2_FREEZE_FRAME", 2425 "propertyId": 299896065, 2426 "description": "OBD2 Freeze Frame Sensor Data.", 2427 "deprecated": true 2428 }, 2429 "OBD2_FREEZE_FRAME_INFO": { 2430 "propertyName": "OBD2_FREEZE_FRAME_INFO", 2431 "propertyId": 299896066, 2432 "description": "OBD2 Freeze Frame Information.", 2433 "deprecated": true 2434 }, 2435 "OBD2_FREEZE_FRAME_CLEAR": { 2436 "propertyName": "OBD2_FREEZE_FRAME_CLEAR", 2437 "propertyId": 299896067, 2438 "description": "OBD2 Freeze Frame Clear.", 2439 "deprecated": true 2440 }, 2441 "HEADLIGHTS_STATE": { 2442 "propertyName": "HEADLIGHTS_STATE", 2443 "propertyId": 289410560, 2444 "description": "Headlights State.", 2445 "readPermission": { 2446 "type": "single", 2447 "value": "android.car.permission.CAR_EXTERIOR_LIGHTS" 2448 }, 2449 "dataEnums": [ 2450 0, 2451 1, 2452 2 2453 ] 2454 }, 2455 "HIGH_BEAM_LIGHTS_STATE": { 2456 "propertyName": "HIGH_BEAM_LIGHTS_STATE", 2457 "propertyId": 289410561, 2458 "description": "High beam lights state.", 2459 "readPermission": { 2460 "type": "single", 2461 "value": "android.car.permission.CAR_EXTERIOR_LIGHTS" 2462 }, 2463 "dataEnums": [ 2464 0, 2465 1, 2466 2 2467 ] 2468 }, 2469 "FOG_LIGHTS_STATE": { 2470 "propertyName": "FOG_LIGHTS_STATE", 2471 "propertyId": 289410562, 2472 "description": "Fog light state.", 2473 "readPermission": { 2474 "type": "single", 2475 "value": "android.car.permission.CAR_EXTERIOR_LIGHTS" 2476 }, 2477 "dataEnums": [ 2478 0, 2479 1, 2480 2 2481 ] 2482 }, 2483 "HAZARD_LIGHTS_STATE": { 2484 "propertyName": "HAZARD_LIGHTS_STATE", 2485 "propertyId": 289410563, 2486 "description": "Hazard light status.", 2487 "readPermission": { 2488 "type": "single", 2489 "value": "android.car.permission.CAR_EXTERIOR_LIGHTS" 2490 }, 2491 "dataEnums": [ 2492 0, 2493 1, 2494 2 2495 ] 2496 }, 2497 "HEADLIGHTS_SWITCH": { 2498 "propertyName": "HEADLIGHTS_SWITCH", 2499 "propertyId": 289410576, 2500 "description": "Headlight switch.", 2501 "readPermission": { 2502 "type": "single", 2503 "value": "android.car.permission.CONTROL_CAR_EXTERIOR_LIGHTS" 2504 }, 2505 "writePermission": { 2506 "type": "single", 2507 "value": "android.car.permission.CONTROL_CAR_EXTERIOR_LIGHTS" 2508 }, 2509 "dataEnums": [ 2510 0, 2511 1, 2512 2, 2513 256 2514 ] 2515 }, 2516 "HIGH_BEAM_LIGHTS_SWITCH": { 2517 "propertyName": "HIGH_BEAM_LIGHTS_SWITCH", 2518 "propertyId": 289410577, 2519 "description": "High beam light switch.", 2520 "readPermission": { 2521 "type": "single", 2522 "value": "android.car.permission.CONTROL_CAR_EXTERIOR_LIGHTS" 2523 }, 2524 "writePermission": { 2525 "type": "single", 2526 "value": "android.car.permission.CONTROL_CAR_EXTERIOR_LIGHTS" 2527 }, 2528 "dataEnums": [ 2529 0, 2530 1, 2531 2, 2532 256 2533 ] 2534 }, 2535 "FOG_LIGHTS_SWITCH": { 2536 "propertyName": "FOG_LIGHTS_SWITCH", 2537 "propertyId": 289410578, 2538 "description": "Fog light switch.", 2539 "readPermission": { 2540 "type": "single", 2541 "value": "android.car.permission.CONTROL_CAR_EXTERIOR_LIGHTS" 2542 }, 2543 "writePermission": { 2544 "type": "single", 2545 "value": "android.car.permission.CONTROL_CAR_EXTERIOR_LIGHTS" 2546 }, 2547 "dataEnums": [ 2548 0, 2549 1, 2550 2, 2551 256 2552 ] 2553 }, 2554 "HAZARD_LIGHTS_SWITCH": { 2555 "propertyName": "HAZARD_LIGHTS_SWITCH", 2556 "propertyId": 289410579, 2557 "description": "Hazard light switch.", 2558 "readPermission": { 2559 "type": "single", 2560 "value": "android.car.permission.CONTROL_CAR_EXTERIOR_LIGHTS" 2561 }, 2562 "writePermission": { 2563 "type": "single", 2564 "value": "android.car.permission.CONTROL_CAR_EXTERIOR_LIGHTS" 2565 }, 2566 "dataEnums": [ 2567 0, 2568 1, 2569 2, 2570 256 2571 ] 2572 }, 2573 "CABIN_LIGHTS_STATE": { 2574 "propertyName": "CABIN_LIGHTS_STATE", 2575 "propertyId": 289410817, 2576 "description": "Cabin lights.", 2577 "readPermission": { 2578 "type": "single", 2579 "value": "android.car.permission.READ_CAR_INTERIOR_LIGHTS" 2580 }, 2581 "dataEnums": [ 2582 0, 2583 1, 2584 2 2585 ] 2586 }, 2587 "CABIN_LIGHTS_SWITCH": { 2588 "propertyName": "CABIN_LIGHTS_SWITCH", 2589 "propertyId": 289410818, 2590 "description": "Cabin lights switch.", 2591 "readPermission": { 2592 "type": "single", 2593 "value": "android.car.permission.CONTROL_CAR_INTERIOR_LIGHTS" 2594 }, 2595 "writePermission": { 2596 "type": "single", 2597 "value": "android.car.permission.CONTROL_CAR_INTERIOR_LIGHTS" 2598 }, 2599 "dataEnums": [ 2600 0, 2601 1, 2602 2, 2603 256 2604 ] 2605 }, 2606 "READING_LIGHTS_STATE": { 2607 "propertyName": "READING_LIGHTS_STATE", 2608 "propertyId": 356519683, 2609 "description": "Reading lights.", 2610 "readPermission": { 2611 "type": "single", 2612 "value": "android.car.permission.READ_CAR_INTERIOR_LIGHTS" 2613 }, 2614 "dataEnums": [ 2615 0, 2616 1, 2617 2 2618 ] 2619 }, 2620 "READING_LIGHTS_SWITCH": { 2621 "propertyName": "READING_LIGHTS_SWITCH", 2622 "propertyId": 356519684, 2623 "description": "Reading lights switch.", 2624 "readPermission": { 2625 "type": "single", 2626 "value": "android.car.permission.CONTROL_CAR_INTERIOR_LIGHTS" 2627 }, 2628 "writePermission": { 2629 "type": "single", 2630 "value": "android.car.permission.CONTROL_CAR_INTERIOR_LIGHTS" 2631 }, 2632 "dataEnums": [ 2633 0, 2634 1, 2635 2, 2636 256 2637 ] 2638 }, 2639 "STEERING_WHEEL_LIGHTS_STATE": { 2640 "propertyName": "STEERING_WHEEL_LIGHTS_STATE", 2641 "propertyId": 289410828, 2642 "description": "Steering wheel lights state.", 2643 "readPermission": { 2644 "type": "single", 2645 "value": "android.car.permission.READ_CAR_INTERIOR_LIGHTS" 2646 }, 2647 "dataEnums": [ 2648 0, 2649 1, 2650 2 2651 ] 2652 }, 2653 "STEERING_WHEEL_LIGHTS_SWITCH": { 2654 "propertyName": "STEERING_WHEEL_LIGHTS_SWITCH", 2655 "propertyId": 289410829, 2656 "description": "Steering wheel lights switch.", 2657 "readPermission": { 2658 "type": "single", 2659 "value": "android.car.permission.CONTROL_CAR_INTERIOR_LIGHTS" 2660 }, 2661 "writePermission": { 2662 "type": "single", 2663 "value": "android.car.permission.CONTROL_CAR_INTERIOR_LIGHTS" 2664 }, 2665 "dataEnums": [ 2666 0, 2667 1, 2668 2, 2669 256 2670 ] 2671 }, 2672 "EPOCH_TIME": { 2673 "propertyName": "EPOCH_TIME", 2674 "propertyId": 290457094, 2675 "description": "Current date and time, encoded as Unix time.", 2676 "writePermission": { 2677 "type": "single", 2678 "value": "android.car.permission.CAR_EPOCH_TIME" 2679 } 2680 }, 2681 "ELECTRONIC_TOLL_COLLECTION_CARD_TYPE": { 2682 "propertyName": "ELECTRONIC_TOLL_COLLECTION_CARD_TYPE", 2683 "propertyId": 289410873, 2684 "description": "Electronic Toll Collection card type.", 2685 "readPermission": { 2686 "type": "single", 2687 "value": "android.car.permission.CAR_INFO" 2688 }, 2689 "dataEnums": [ 2690 0, 2691 1, 2692 2 2693 ] 2694 }, 2695 "ELECTRONIC_TOLL_COLLECTION_CARD_STATUS": { 2696 "propertyName": "ELECTRONIC_TOLL_COLLECTION_CARD_STATUS", 2697 "propertyId": 289410874, 2698 "description": "Electronic Toll Collection card status.", 2699 "readPermission": { 2700 "type": "single", 2701 "value": "android.car.permission.CAR_INFO" 2702 }, 2703 "dataEnums": [ 2704 0, 2705 1, 2706 2, 2707 3 2708 ] 2709 }, 2710 "FRONT_FOG_LIGHTS_STATE": { 2711 "propertyName": "FRONT_FOG_LIGHTS_STATE", 2712 "propertyId": 289410875, 2713 "description": "Front fog lights state.", 2714 "readPermission": { 2715 "type": "single", 2716 "value": "android.car.permission.CAR_EXTERIOR_LIGHTS" 2717 }, 2718 "dataEnums": [ 2719 0, 2720 1, 2721 2 2722 ] 2723 }, 2724 "FRONT_FOG_LIGHTS_SWITCH": { 2725 "propertyName": "FRONT_FOG_LIGHTS_SWITCH", 2726 "propertyId": 289410876, 2727 "description": "Front fog lights switch.", 2728 "readPermission": { 2729 "type": "single", 2730 "value": "android.car.permission.CONTROL_CAR_EXTERIOR_LIGHTS" 2731 }, 2732 "writePermission": { 2733 "type": "single", 2734 "value": "android.car.permission.CONTROL_CAR_EXTERIOR_LIGHTS" 2735 }, 2736 "dataEnums": [ 2737 0, 2738 1, 2739 2, 2740 256 2741 ] 2742 }, 2743 "REAR_FOG_LIGHTS_STATE": { 2744 "propertyName": "REAR_FOG_LIGHTS_STATE", 2745 "propertyId": 289410877, 2746 "description": "Rear fog lights state.", 2747 "readPermission": { 2748 "type": "single", 2749 "value": "android.car.permission.CAR_EXTERIOR_LIGHTS" 2750 }, 2751 "dataEnums": [ 2752 0, 2753 1, 2754 2 2755 ] 2756 }, 2757 "REAR_FOG_LIGHTS_SWITCH": { 2758 "propertyName": "REAR_FOG_LIGHTS_SWITCH", 2759 "propertyId": 289410878, 2760 "description": "Rear fog lights switch.", 2761 "readPermission": { 2762 "type": "single", 2763 "value": "android.car.permission.CONTROL_CAR_EXTERIOR_LIGHTS" 2764 }, 2765 "writePermission": { 2766 "type": "single", 2767 "value": "android.car.permission.CONTROL_CAR_EXTERIOR_LIGHTS" 2768 }, 2769 "dataEnums": [ 2770 0, 2771 1, 2772 2, 2773 256 2774 ] 2775 }, 2776 "EV_CHARGE_CURRENT_DRAW_LIMIT": { 2777 "propertyName": "EV_CHARGE_CURRENT_DRAW_LIMIT", 2778 "propertyId": 291508031, 2779 "description": "EV charge current draw limit.", 2780 "readPermission": { 2781 "type": "anyOf", 2782 "value": [ 2783 { 2784 "type": "single", 2785 "value": "android.car.permission.CAR_ENERGY" 2786 }, 2787 { 2788 "type": "single", 2789 "value": "android.car.permission.CONTROL_CAR_ENERGY" 2790 } 2791 ] 2792 }, 2793 "writePermission": { 2794 "type": "single", 2795 "value": "android.car.permission.CONTROL_CAR_ENERGY" 2796 } 2797 }, 2798 "EV_CHARGE_PERCENT_LIMIT": { 2799 "propertyName": "EV_CHARGE_PERCENT_LIMIT", 2800 "propertyId": 291508032, 2801 "description": "EV charge percent limit.", 2802 "readPermission": { 2803 "type": "anyOf", 2804 "value": [ 2805 { 2806 "type": "single", 2807 "value": "android.car.permission.CAR_ENERGY" 2808 }, 2809 { 2810 "type": "single", 2811 "value": "android.car.permission.CONTROL_CAR_ENERGY" 2812 } 2813 ] 2814 }, 2815 "writePermission": { 2816 "type": "single", 2817 "value": "android.car.permission.CONTROL_CAR_ENERGY" 2818 } 2819 }, 2820 "EV_CHARGE_STATE": { 2821 "propertyName": "EV_CHARGE_STATE", 2822 "propertyId": 289410881, 2823 "description": "Charging state of the car.", 2824 "readPermission": { 2825 "type": "single", 2826 "value": "android.car.permission.CAR_ENERGY" 2827 }, 2828 "dataEnums": [ 2829 0, 2830 1, 2831 2, 2832 3, 2833 4 2834 ] 2835 }, 2836 "EV_CHARGE_SWITCH": { 2837 "propertyName": "EV_CHARGE_SWITCH", 2838 "propertyId": 287313730, 2839 "description": "Start or stop charging the EV battery.", 2840 "readPermission": { 2841 "type": "anyOf", 2842 "value": [ 2843 { 2844 "type": "single", 2845 "value": "android.car.permission.CAR_ENERGY" 2846 }, 2847 { 2848 "type": "single", 2849 "value": "android.car.permission.CONTROL_CAR_ENERGY" 2850 } 2851 ] 2852 }, 2853 "writePermission": { 2854 "type": "single", 2855 "value": "android.car.permission.CONTROL_CAR_ENERGY" 2856 } 2857 }, 2858 "EV_CHARGE_TIME_REMAINING": { 2859 "propertyName": "EV_CHARGE_TIME_REMAINING", 2860 "propertyId": 289410883, 2861 "description": "Estimated charge time remaining in seconds.", 2862 "readPermission": { 2863 "type": "single", 2864 "value": "android.car.permission.CAR_ENERGY" 2865 } 2866 }, 2867 "EV_REGENERATIVE_BRAKING_STATE": { 2868 "propertyName": "EV_REGENERATIVE_BRAKING_STATE", 2869 "propertyId": 289410884, 2870 "description": "Regenerative braking or one-pedal drive setting on the car.", 2871 "readPermission": { 2872 "type": "single", 2873 "value": "android.car.permission.CAR_ENERGY" 2874 }, 2875 "dataEnums": [ 2876 0, 2877 1, 2878 2, 2879 3 2880 ] 2881 }, 2882 "VEHICLE_CURB_WEIGHT": { 2883 "propertyName": "VEHICLE_CURB_WEIGHT", 2884 "propertyId": 289410886, 2885 "description": "Vehicle’s curb weight in kilograms.", 2886 "readPermission": { 2887 "type": "single", 2888 "value": "android.car.permission.PRIVILEGED_CAR_INFO" 2889 } 2890 }, 2891 "TRAILER_PRESENT": { 2892 "propertyName": "TRAILER_PRESENT", 2893 "propertyId": 289410885, 2894 "description": "Indicates if there is a trailer present or not.", 2895 "readPermission": { 2896 "type": "single", 2897 "value": "android.car.permission.PRIVILEGED_CAR_INFO" 2898 }, 2899 "dataEnums": [ 2900 0, 2901 1, 2902 2, 2903 3 2904 ] 2905 }, 2906 "GENERAL_SAFETY_REGULATION_COMPLIANCE": { 2907 "propertyName": "GENERAL_SAFETY_REGULATION_COMPLIANCE", 2908 "propertyId": 289410887, 2909 "description": "EU's General security regulation compliance requirement.", 2910 "readPermission": { 2911 "type": "single", 2912 "value": "android.car.permission.CAR_INFO" 2913 }, 2914 "dataEnums": [ 2915 0, 2916 1 2917 ] 2918 }, 2919 "VEHICLE_DRIVING_AUTOMATION_CURRENT_LEVEL": { 2920 "propertyName": "VEHICLE_DRIVING_AUTOMATION_CURRENT_LEVEL", 2921 "propertyId": 289410892, 2922 "description": "Current state of vehicle autonomy.", 2923 "readPermission": { 2924 "type": "single", 2925 "value": "android.car.permission.CAR_DRIVING_STATE" 2926 }, 2927 "systemApi": true, 2928 "dataEnums": [ 2929 0, 2930 1, 2931 2, 2932 3, 2933 4, 2934 5 2935 ] 2936 }, 2937 "AUTOMATIC_EMERGENCY_BRAKING_ENABLED": { 2938 "propertyName": "AUTOMATIC_EMERGENCY_BRAKING_ENABLED", 2939 "propertyId": 287313920, 2940 "description": "Enable or disable Automatic Emergency Braking (AEB).", 2941 "readPermission": { 2942 "type": "anyOf", 2943 "value": [ 2944 { 2945 "type": "single", 2946 "value": "android.car.permission.READ_ADAS_SETTINGS" 2947 }, 2948 { 2949 "type": "single", 2950 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 2951 } 2952 ] 2953 }, 2954 "writePermission": { 2955 "type": "single", 2956 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 2957 }, 2958 "systemApi": true 2959 }, 2960 "AUTOMATIC_EMERGENCY_BRAKING_STATE": { 2961 "propertyName": "AUTOMATIC_EMERGENCY_BRAKING_STATE", 2962 "propertyId": 289411073, 2963 "description": "Automatic Emergency Braking (AEB) state.", 2964 "readPermission": { 2965 "type": "single", 2966 "value": "android.car.permission.READ_ADAS_STATES" 2967 }, 2968 "systemApi": true, 2969 "dataEnums": [ 2970 0, 2971 1, 2972 2, 2973 3, 2974 -1, 2975 -2, 2976 -3, 2977 -4, 2978 -5, 2979 -6 2980 ] 2981 }, 2982 "FORWARD_COLLISION_WARNING_ENABLED": { 2983 "propertyName": "FORWARD_COLLISION_WARNING_ENABLED", 2984 "propertyId": 287313922, 2985 "description": "Enable or disable Forward Collision Warning (FCW).", 2986 "readPermission": { 2987 "type": "anyOf", 2988 "value": [ 2989 { 2990 "type": "single", 2991 "value": "android.car.permission.READ_ADAS_SETTINGS" 2992 }, 2993 { 2994 "type": "single", 2995 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 2996 } 2997 ] 2998 }, 2999 "writePermission": { 3000 "type": "single", 3001 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 3002 }, 3003 "systemApi": true 3004 }, 3005 "FORWARD_COLLISION_WARNING_STATE": { 3006 "propertyName": "FORWARD_COLLISION_WARNING_STATE", 3007 "propertyId": 289411075, 3008 "description": "Forward Collision Warning State (FCW) state.", 3009 "readPermission": { 3010 "type": "single", 3011 "value": "android.car.permission.READ_ADAS_STATES" 3012 }, 3013 "systemApi": true, 3014 "dataEnums": [ 3015 0, 3016 1, 3017 2, 3018 -1, 3019 -2, 3020 -3, 3021 -4, 3022 -5, 3023 -6 3024 ] 3025 }, 3026 "BLIND_SPOT_WARNING_ENABLED": { 3027 "propertyName": "BLIND_SPOT_WARNING_ENABLED", 3028 "propertyId": 287313924, 3029 "description": "Enable and disable Blind Spot Warning (BSW).", 3030 "readPermission": { 3031 "type": "anyOf", 3032 "value": [ 3033 { 3034 "type": "single", 3035 "value": "android.car.permission.READ_ADAS_SETTINGS" 3036 }, 3037 { 3038 "type": "single", 3039 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 3040 } 3041 ] 3042 }, 3043 "writePermission": { 3044 "type": "single", 3045 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 3046 }, 3047 "systemApi": true 3048 }, 3049 "BLIND_SPOT_WARNING_STATE": { 3050 "propertyName": "BLIND_SPOT_WARNING_STATE", 3051 "propertyId": 339742725, 3052 "description": "Blind Spot Warning (BSW) state.", 3053 "readPermission": { 3054 "type": "single", 3055 "value": "android.car.permission.READ_ADAS_STATES" 3056 }, 3057 "systemApi": true, 3058 "dataEnums": [ 3059 0, 3060 1, 3061 2, 3062 -1, 3063 -2, 3064 -3, 3065 -4, 3066 -5, 3067 -6 3068 ] 3069 }, 3070 "LANE_DEPARTURE_WARNING_ENABLED": { 3071 "propertyName": "LANE_DEPARTURE_WARNING_ENABLED", 3072 "propertyId": 287313926, 3073 "description": "Enable or disable Lane Departure Warning (LDW).", 3074 "readPermission": { 3075 "type": "anyOf", 3076 "value": [ 3077 { 3078 "type": "single", 3079 "value": "android.car.permission.READ_ADAS_SETTINGS" 3080 }, 3081 { 3082 "type": "single", 3083 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 3084 } 3085 ] 3086 }, 3087 "writePermission": { 3088 "type": "single", 3089 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 3090 }, 3091 "systemApi": true 3092 }, 3093 "LANE_DEPARTURE_WARNING_STATE": { 3094 "propertyName": "LANE_DEPARTURE_WARNING_STATE", 3095 "propertyId": 289411079, 3096 "description": "Lane Departure Warning (LDW) state.", 3097 "readPermission": { 3098 "type": "single", 3099 "value": "android.car.permission.READ_ADAS_STATES" 3100 }, 3101 "systemApi": true, 3102 "dataEnums": [ 3103 0, 3104 1, 3105 2, 3106 3, 3107 -1, 3108 -2, 3109 -3, 3110 -4, 3111 -5, 3112 -6 3113 ] 3114 }, 3115 "LANE_KEEP_ASSIST_ENABLED": { 3116 "propertyName": "LANE_KEEP_ASSIST_ENABLED", 3117 "propertyId": 287313928, 3118 "description": "Enable or disable Lane Keep Assist (LKA).", 3119 "readPermission": { 3120 "type": "anyOf", 3121 "value": [ 3122 { 3123 "type": "single", 3124 "value": "android.car.permission.READ_ADAS_SETTINGS" 3125 }, 3126 { 3127 "type": "single", 3128 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 3129 } 3130 ] 3131 }, 3132 "writePermission": { 3133 "type": "single", 3134 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 3135 }, 3136 "systemApi": true 3137 }, 3138 "LANE_KEEP_ASSIST_STATE": { 3139 "propertyName": "LANE_KEEP_ASSIST_STATE", 3140 "propertyId": 289411081, 3141 "description": "Lane Keep Assist (LKA) state.", 3142 "readPermission": { 3143 "type": "single", 3144 "value": "android.car.permission.READ_ADAS_STATES" 3145 }, 3146 "systemApi": true, 3147 "dataEnums": [ 3148 0, 3149 1, 3150 2, 3151 3, 3152 4, 3153 -1, 3154 -2, 3155 -3, 3156 -4, 3157 -5, 3158 -6 3159 ] 3160 }, 3161 "LANE_CENTERING_ASSIST_ENABLED": { 3162 "propertyName": "LANE_CENTERING_ASSIST_ENABLED", 3163 "propertyId": 287313930, 3164 "description": "Enable or disable Lane Centering Assist (LCA).", 3165 "readPermission": { 3166 "type": "anyOf", 3167 "value": [ 3168 { 3169 "type": "single", 3170 "value": "android.car.permission.READ_ADAS_SETTINGS" 3171 }, 3172 { 3173 "type": "single", 3174 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 3175 } 3176 ] 3177 }, 3178 "writePermission": { 3179 "type": "single", 3180 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 3181 }, 3182 "systemApi": true 3183 }, 3184 "LANE_CENTERING_ASSIST_COMMAND": { 3185 "propertyName": "LANE_CENTERING_ASSIST_COMMAND", 3186 "propertyId": 289411083, 3187 "description": "Lane Centering Assist (LCA) commands.", 3188 "writePermission": { 3189 "type": "single", 3190 "value": "android.car.permission.CONTROL_ADAS_STATES" 3191 }, 3192 "systemApi": true, 3193 "dataEnums": [ 3194 1, 3195 2 3196 ] 3197 }, 3198 "LANE_CENTERING_ASSIST_STATE": { 3199 "propertyName": "LANE_CENTERING_ASSIST_STATE", 3200 "propertyId": 289411084, 3201 "description": "Lane Centering Assist (LCA) state.", 3202 "readPermission": { 3203 "type": "single", 3204 "value": "android.car.permission.READ_ADAS_STATES" 3205 }, 3206 "systemApi": true, 3207 "dataEnums": [ 3208 0, 3209 1, 3210 2, 3211 3, 3212 4, 3213 5, 3214 -1, 3215 -2, 3216 -3, 3217 -4, 3218 -5, 3219 -6 3220 ] 3221 }, 3222 "EMERGENCY_LANE_KEEP_ASSIST_ENABLED": { 3223 "propertyName": "EMERGENCY_LANE_KEEP_ASSIST_ENABLED", 3224 "propertyId": 287313933, 3225 "description": "Enable or disable Emergency Lane Keep Assist (ELKA).", 3226 "readPermission": { 3227 "type": "anyOf", 3228 "value": [ 3229 { 3230 "type": "single", 3231 "value": "android.car.permission.READ_ADAS_SETTINGS" 3232 }, 3233 { 3234 "type": "single", 3235 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 3236 } 3237 ] 3238 }, 3239 "writePermission": { 3240 "type": "single", 3241 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 3242 }, 3243 "systemApi": true 3244 }, 3245 "EMERGENCY_LANE_KEEP_ASSIST_STATE": { 3246 "propertyName": "EMERGENCY_LANE_KEEP_ASSIST_STATE", 3247 "propertyId": 289411086, 3248 "description": "Emergency Lane Keep Assist (ELKA) state.", 3249 "readPermission": { 3250 "type": "single", 3251 "value": "android.car.permission.READ_ADAS_STATES" 3252 }, 3253 "systemApi": true, 3254 "dataEnums": [ 3255 0, 3256 1, 3257 2, 3258 3, 3259 4, 3260 5, 3261 6, 3262 -1, 3263 -2, 3264 -3, 3265 -4, 3266 -5, 3267 -6 3268 ] 3269 }, 3270 "CRUISE_CONTROL_ENABLED": { 3271 "propertyName": "CRUISE_CONTROL_ENABLED", 3272 "propertyId": 287313935, 3273 "description": "Enable or disable Cruise Control (CC).", 3274 "readPermission": { 3275 "type": "anyOf", 3276 "value": [ 3277 { 3278 "type": "single", 3279 "value": "android.car.permission.READ_ADAS_SETTINGS" 3280 }, 3281 { 3282 "type": "single", 3283 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 3284 } 3285 ] 3286 }, 3287 "writePermission": { 3288 "type": "single", 3289 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 3290 }, 3291 "systemApi": true 3292 }, 3293 "CRUISE_CONTROL_TYPE": { 3294 "propertyName": "CRUISE_CONTROL_TYPE", 3295 "propertyId": 289411088, 3296 "description": "Current type of Cruise Control (CC).", 3297 "readPermission": { 3298 "type": "anyOf", 3299 "value": [ 3300 { 3301 "type": "single", 3302 "value": "android.car.permission.READ_ADAS_STATES" 3303 }, 3304 { 3305 "type": "single", 3306 "value": "android.car.permission.CONTROL_ADAS_STATES" 3307 } 3308 ] 3309 }, 3310 "writePermission": { 3311 "type": "single", 3312 "value": "android.car.permission.CONTROL_ADAS_STATES" 3313 }, 3314 "systemApi": true, 3315 "dataEnums": [ 3316 0, 3317 1, 3318 2, 3319 3, 3320 -1, 3321 -2, 3322 -3, 3323 -4, 3324 -5, 3325 -6 3326 ] 3327 }, 3328 "CRUISE_CONTROL_STATE": { 3329 "propertyName": "CRUISE_CONTROL_STATE", 3330 "propertyId": 289411089, 3331 "description": "Current state of Cruise Control (CC).", 3332 "readPermission": { 3333 "type": "single", 3334 "value": "android.car.permission.READ_ADAS_STATES" 3335 }, 3336 "systemApi": true, 3337 "dataEnums": [ 3338 0, 3339 1, 3340 2, 3341 3, 3342 4, 3343 5, 3344 -1, 3345 -2, 3346 -3, 3347 -4, 3348 -5, 3349 -6 3350 ] 3351 }, 3352 "CRUISE_CONTROL_COMMAND": { 3353 "propertyName": "CRUISE_CONTROL_COMMAND", 3354 "propertyId": 289411090, 3355 "description": "Write Cruise Control (CC) commands.", 3356 "writePermission": { 3357 "type": "single", 3358 "value": "android.car.permission.CONTROL_ADAS_STATES" 3359 }, 3360 "systemApi": true, 3361 "dataEnums": [ 3362 1, 3363 2, 3364 3, 3365 4, 3366 5, 3367 6 3368 ] 3369 }, 3370 "CRUISE_CONTROL_TARGET_SPEED": { 3371 "propertyName": "CRUISE_CONTROL_TARGET_SPEED", 3372 "propertyId": 291508243, 3373 "description": "Current target speed for Cruise Control (CC) in meters per second.", 3374 "readPermission": { 3375 "type": "single", 3376 "value": "android.car.permission.READ_ADAS_STATES" 3377 }, 3378 "systemApi": true 3379 }, 3380 "ADAPTIVE_CRUISE_CONTROL_TARGET_TIME_GAP": { 3381 "propertyName": "ADAPTIVE_CRUISE_CONTROL_TARGET_TIME_GAP", 3382 "propertyId": 289411092, 3383 "description": "Current target time gap for Adaptive Cruise Control (ACC) or Predictive Cruise Control in", 3384 "readPermission": { 3385 "type": "anyOf", 3386 "value": [ 3387 { 3388 "type": "single", 3389 "value": "android.car.permission.READ_ADAS_STATES" 3390 }, 3391 { 3392 "type": "single", 3393 "value": "android.car.permission.CONTROL_ADAS_STATES" 3394 } 3395 ] 3396 }, 3397 "writePermission": { 3398 "type": "single", 3399 "value": "android.car.permission.CONTROL_ADAS_STATES" 3400 }, 3401 "systemApi": true 3402 }, 3403 "ADAPTIVE_CRUISE_CONTROL_LEAD_VEHICLE_MEASURED_DISTANCE": { 3404 "propertyName": "ADAPTIVE_CRUISE_CONTROL_LEAD_VEHICLE_MEASURED_DISTANCE", 3405 "propertyId": 289411093, 3406 "description": "Measured distance from leading vehicle when using Adaptive Cruise Control (ACC) or Predictive", 3407 "readPermission": { 3408 "type": "single", 3409 "value": "android.car.permission.READ_ADAS_STATES" 3410 }, 3411 "systemApi": true 3412 }, 3413 "HANDS_ON_DETECTION_ENABLED": { 3414 "propertyName": "HANDS_ON_DETECTION_ENABLED", 3415 "propertyId": 287313942, 3416 "description": "Enable or disable Hands On Detection (HOD).", 3417 "readPermission": { 3418 "type": "anyOf", 3419 "value": [ 3420 { 3421 "type": "single", 3422 "value": "android.car.permission.READ_DRIVER_MONITORING_SETTINGS" 3423 }, 3424 { 3425 "type": "single", 3426 "value": "android.car.permission.CONTROL_DRIVER_MONITORING_SETTINGS" 3427 } 3428 ] 3429 }, 3430 "writePermission": { 3431 "type": "single", 3432 "value": "android.car.permission.CONTROL_DRIVER_MONITORING_SETTINGS" 3433 }, 3434 "systemApi": true 3435 }, 3436 "HANDS_ON_DETECTION_DRIVER_STATE": { 3437 "propertyName": "HANDS_ON_DETECTION_DRIVER_STATE", 3438 "propertyId": 289411095, 3439 "description": "Hands On Detection (HOD) driver state.", 3440 "readPermission": { 3441 "type": "single", 3442 "value": "android.car.permission.READ_DRIVER_MONITORING_STATES" 3443 }, 3444 "systemApi": true, 3445 "dataEnums": [ 3446 0, 3447 1, 3448 2, 3449 -1, 3450 -2, 3451 -3, 3452 -4, 3453 -5, 3454 -6 3455 ] 3456 }, 3457 "HANDS_ON_DETECTION_WARNING": { 3458 "propertyName": "HANDS_ON_DETECTION_WARNING", 3459 "propertyId": 289411096, 3460 "description": "Hands On Detection (HOD) warning.", 3461 "readPermission": { 3462 "type": "single", 3463 "value": "android.car.permission.READ_DRIVER_MONITORING_STATES" 3464 }, 3465 "systemApi": true, 3466 "dataEnums": [ 3467 0, 3468 1, 3469 2, 3470 -1, 3471 -2, 3472 -3, 3473 -4, 3474 -5, 3475 -6 3476 ] 3477 }, 3478 "DRIVER_DROWSINESS_ATTENTION_SYSTEM_ENABLED": { 3479 "propertyName": "DRIVER_DROWSINESS_ATTENTION_SYSTEM_ENABLED", 3480 "propertyId": 287313945, 3481 "description": "Enable or disable driver drowsiness and attention monitoring.", 3482 "readPermission": { 3483 "type": "anyOf", 3484 "value": [ 3485 { 3486 "type": "single", 3487 "value": "android.car.permission.READ_DRIVER_MONITORING_SETTINGS" 3488 }, 3489 { 3490 "type": "single", 3491 "value": "android.car.permission.CONTROL_DRIVER_MONITORING_SETTINGS" 3492 } 3493 ] 3494 }, 3495 "writePermission": { 3496 "type": "single", 3497 "value": "android.car.permission.CONTROL_DRIVER_MONITORING_SETTINGS" 3498 }, 3499 "systemApi": true 3500 }, 3501 "DRIVER_DROWSINESS_ATTENTION_STATE": { 3502 "propertyName": "DRIVER_DROWSINESS_ATTENTION_STATE", 3503 "propertyId": 289411098, 3504 "description": "Driver drowsiness and attention level state.", 3505 "readPermission": { 3506 "type": "single", 3507 "value": "android.car.permission.READ_DRIVER_MONITORING_STATES" 3508 }, 3509 "systemApi": true, 3510 "dataEnums": [ 3511 0, 3512 1, 3513 2, 3514 3, 3515 4, 3516 5, 3517 6, 3518 7, 3519 8, 3520 9, 3521 -1, 3522 -2, 3523 -3, 3524 -4, 3525 -5, 3526 -6 3527 ] 3528 }, 3529 "DRIVER_DROWSINESS_ATTENTION_WARNING_ENABLED": { 3530 "propertyName": "DRIVER_DROWSINESS_ATTENTION_WARNING_ENABLED", 3531 "propertyId": 287313947, 3532 "description": "Enable or disable driver drowsiness and attention warnings.", 3533 "readPermission": { 3534 "type": "anyOf", 3535 "value": [ 3536 { 3537 "type": "single", 3538 "value": "android.car.permission.READ_DRIVER_MONITORING_SETTINGS" 3539 }, 3540 { 3541 "type": "single", 3542 "value": "android.car.permission.CONTROL_DRIVER_MONITORING_SETTINGS" 3543 } 3544 ] 3545 }, 3546 "writePermission": { 3547 "type": "single", 3548 "value": "android.car.permission.CONTROL_DRIVER_MONITORING_SETTINGS" 3549 }, 3550 "systemApi": true 3551 }, 3552 "DRIVER_DROWSINESS_ATTENTION_WARNING": { 3553 "propertyName": "DRIVER_DROWSINESS_ATTENTION_WARNING", 3554 "propertyId": 289411100, 3555 "description": "Driver drowsiness and attention warning.", 3556 "readPermission": { 3557 "type": "single", 3558 "value": "android.car.permission.READ_DRIVER_MONITORING_STATES" 3559 }, 3560 "systemApi": true, 3561 "dataEnums": [ 3562 0, 3563 1, 3564 2, 3565 -1, 3566 -2, 3567 -3, 3568 -4, 3569 -5, 3570 -6 3571 ] 3572 }, 3573 "DRIVER_DISTRACTION_SYSTEM_ENABLED": { 3574 "propertyName": "DRIVER_DISTRACTION_SYSTEM_ENABLED", 3575 "propertyId": 287313949, 3576 "description": "Enable or disable driver distraction monitoring.", 3577 "readPermission": { 3578 "type": "anyOf", 3579 "value": [ 3580 { 3581 "type": "single", 3582 "value": "android.car.permission.READ_DRIVER_MONITORING_SETTINGS" 3583 }, 3584 { 3585 "type": "single", 3586 "value": "android.car.permission.CONTROL_DRIVER_MONITORING_SETTINGS" 3587 } 3588 ] 3589 }, 3590 "writePermission": { 3591 "type": "single", 3592 "value": "android.car.permission.CONTROL_DRIVER_MONITORING_SETTINGS" 3593 }, 3594 "systemApi": true 3595 }, 3596 "DRIVER_DISTRACTION_STATE": { 3597 "propertyName": "DRIVER_DISTRACTION_STATE", 3598 "propertyId": 289411102, 3599 "description": "Driver distraction state.", 3600 "readPermission": { 3601 "type": "single", 3602 "value": "android.car.permission.READ_DRIVER_MONITORING_STATES" 3603 }, 3604 "systemApi": true, 3605 "dataEnums": [ 3606 0, 3607 1, 3608 2, 3609 -1, 3610 -2, 3611 -3, 3612 -4, 3613 -5, 3614 -6 3615 ] 3616 }, 3617 "DRIVER_DISTRACTION_WARNING_ENABLED": { 3618 "propertyName": "DRIVER_DISTRACTION_WARNING_ENABLED", 3619 "propertyId": 287313951, 3620 "description": "Enable or disable driver distraction warnings.", 3621 "readPermission": { 3622 "type": "anyOf", 3623 "value": [ 3624 { 3625 "type": "single", 3626 "value": "android.car.permission.READ_DRIVER_MONITORING_SETTINGS" 3627 }, 3628 { 3629 "type": "single", 3630 "value": "android.car.permission.CONTROL_DRIVER_MONITORING_SETTINGS" 3631 } 3632 ] 3633 }, 3634 "writePermission": { 3635 "type": "single", 3636 "value": "android.car.permission.CONTROL_DRIVER_MONITORING_SETTINGS" 3637 }, 3638 "systemApi": true 3639 }, 3640 "DRIVER_DISTRACTION_WARNING": { 3641 "propertyName": "DRIVER_DISTRACTION_WARNING", 3642 "propertyId": 289411104, 3643 "description": "Driver distraction warning.", 3644 "readPermission": { 3645 "type": "single", 3646 "value": "android.car.permission.READ_DRIVER_MONITORING_STATES" 3647 }, 3648 "systemApi": true, 3649 "dataEnums": [ 3650 0, 3651 1, 3652 2, 3653 -1, 3654 -2, 3655 -3, 3656 -4, 3657 -5, 3658 -6 3659 ] 3660 }, 3661 "LOW_SPEED_COLLISION_WARNING_ENABLED": { 3662 "propertyName": "LOW_SPEED_COLLISION_WARNING_ENABLED", 3663 "propertyId": 287313953, 3664 "description": "Enable or disable Low Speed Collision Warning.", 3665 "readPermission": { 3666 "type": "anyOf", 3667 "value": [ 3668 { 3669 "type": "single", 3670 "value": "android.car.permission.READ_ADAS_SETTINGS" 3671 }, 3672 { 3673 "type": "single", 3674 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 3675 } 3676 ] 3677 }, 3678 "writePermission": { 3679 "type": "single", 3680 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 3681 }, 3682 "systemApi": true 3683 }, 3684 "LOW_SPEED_COLLISION_WARNING_STATE": { 3685 "propertyName": "LOW_SPEED_COLLISION_WARNING_STATE", 3686 "propertyId": 289411106, 3687 "description": "Low Speed Collision Warning State state.", 3688 "readPermission": { 3689 "type": "single", 3690 "value": "android.car.permission.READ_ADAS_STATES" 3691 }, 3692 "systemApi": true, 3693 "dataEnums": [ 3694 0, 3695 1, 3696 2, 3697 -1, 3698 -2, 3699 -3, 3700 -4, 3701 -5, 3702 -6 3703 ] 3704 }, 3705 "CROSS_TRAFFIC_MONITORING_ENABLED": { 3706 "propertyName": "CROSS_TRAFFIC_MONITORING_ENABLED", 3707 "propertyId": 287313955, 3708 "description": "Enable or disable Cross Traffic Monitoring.", 3709 "readPermission": { 3710 "type": "anyOf", 3711 "value": [ 3712 { 3713 "type": "single", 3714 "value": "android.car.permission.READ_ADAS_SETTINGS" 3715 }, 3716 { 3717 "type": "single", 3718 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 3719 } 3720 ] 3721 }, 3722 "writePermission": { 3723 "type": "single", 3724 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 3725 }, 3726 "systemApi": true 3727 }, 3728 "CROSS_TRAFFIC_MONITORING_WARNING_STATE": { 3729 "propertyName": "CROSS_TRAFFIC_MONITORING_WARNING_STATE", 3730 "propertyId": 289411108, 3731 "description": "Cross Traffic Monitoring Warning state.", 3732 "readPermission": { 3733 "type": "single", 3734 "value": "android.car.permission.READ_ADAS_STATES" 3735 }, 3736 "systemApi": true, 3737 "dataEnums": [ 3738 0, 3739 1, 3740 2, 3741 3, 3742 4, 3743 5, 3744 6, 3745 7, 3746 -1, 3747 -2, 3748 -3, 3749 -4, 3750 -5, 3751 -6 3752 ] 3753 }, 3754 "LOW_SPEED_AUTOMATIC_EMERGENCY_BRAKING_ENABLED": { 3755 "propertyName": "LOW_SPEED_AUTOMATIC_EMERGENCY_BRAKING_ENABLED", 3756 "propertyId": 287313957, 3757 "description": "Enable or disable Low Speed Automatic Emergency Braking.", 3758 "readPermission": { 3759 "type": "anyOf", 3760 "value": [ 3761 { 3762 "type": "single", 3763 "value": "android.car.permission.READ_ADAS_SETTINGS" 3764 }, 3765 { 3766 "type": "single", 3767 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 3768 } 3769 ] 3770 }, 3771 "writePermission": { 3772 "type": "single", 3773 "value": "android.car.permission.CONTROL_ADAS_SETTINGS" 3774 }, 3775 "systemApi": true 3776 }, 3777 "LOW_SPEED_AUTOMATIC_EMERGENCY_BRAKING_STATE": { 3778 "propertyName": "LOW_SPEED_AUTOMATIC_EMERGENCY_BRAKING_STATE", 3779 "propertyId": 289411110, 3780 "description": "Low Speed Automatic Emergency Braking state.", 3781 "readPermission": { 3782 "type": "single", 3783 "value": "android.car.permission.READ_ADAS_STATES" 3784 }, 3785 "systemApi": true, 3786 "dataEnums": [ 3787 0, 3788 1, 3789 2, 3790 3, 3791 -1, 3792 -2, 3793 -3, 3794 -4, 3795 -5, 3796 -6 3797 ] 3798 } 3799 } 3800 }