I'm struggling with setting units in the Android build by default. It's Android Automotive OS 13. Because of def_device_provisioned=true
and def_user_setup_complete=true
, a user is not asked for personal preferences (which is intended).
In my android.mk file, I set the default locale and timezone like that.
PRODUCT_LOCALES := pl_PL
PRODUCT_PROPERTY_OVERRIDES := persist.sys.timezone=Europe/Warsaw
My problem is that the system starts with degrees Fahrenheit for temperature and miles for velocity. I know I can change it in the settings but I want to make the system pre-configured.