I've been playing recently with the Android Car API using the available Android Automotive OS AVD images (Polestar 2 and Automotive). The AVD UI reveals some controls for HVAC
as well (on the "Vhal properties" tab), but so far I wasn't able to access them because the system denies the PERMISSION_CONTROL_CAR_CLIMATE
request. The other permissions like PERMISSION_SPEED
, PERMISSION_POWERTRAIN
and PERMISSION_ENERGY
have been granted and I could access the related sensor data etc. (mostly on the "Car sensor data" tab of the machine UI).
Q: Has anybody succeeded in accessing the HVAC
properties on the aforementioned AVDs through the Car API?