So i am currently playing around with Android Automotive and was trying out different Templates. Now i found out that the content limit of different Templates is restricted by the Host-Vehicle. For Example the ListTemplate only allows 6 contents(Rows).
I'm using the generic system image provided by Android Studio. Is it possible to change the content limit on the emulator?
By using the ConstraintManager it's possible to get the content limit of different templates but not change it.
constraintManager.getContentLimit(ConstraintManager.CONTENT_LIMIT_TYPE_LIST))