Open rubenv opened 2 years ago
Any chance you could enable Android Automotive support in the Play store?
https://developer.android.com/training/cars/distribute?hl=it
Looks like the only real code change to do is the following:
Declare the android.hardware.type.automotive uses-feature in your app manifest
android.hardware.type.automotive
And then some Play Store options. Could open the app up to a whole new audience (every new Volvo driver for instance).
Happy to help out if needed!
Correction, looks a bit more involved, but as there's already Auto support it looks minor: https://developer.android.com/training/cars/media/automotive-os?hl=it
Any chance you could enable Android Automotive support in the Play store?
https://developer.android.com/training/cars/distribute?hl=it
Looks like the only real code change to do is the following:
And then some Play Store options. Could open the app up to a whole new audience (every new Volvo driver for instance).
Happy to help out if needed!