0

I need to customize the System Theme of Android Automotive, when i check the developer guide i could find that AOSP supports that and as per the developer site it is mentioned like

"OEM's are expected to have a parallel overlay structure to the car_product directory in their vendor directory that further extends the car_product overlay."

I need to create an overlay structure like the car_product in the vendor directory , Could anybody guide me to create the same . I have tried some methods mentioned in the sites , but these are not the same as mentioned in the developer site.

Rohith Krishnan
  • 648
  • 8
  • 29

1 Answers1

1

What you are looking for are static resource overlay (different than Runtime Resource Overlays). Take a look at the system UI section of the android automotive documentation. It explains more how to use the resource overlay.

This Stack overflow question is also giving some details.

Distwo
  • 11,569
  • 8
  • 42
  • 65