Regarding this request for help, I have an update that I would like to bring back to the eyes of those who understand:
I noticed that Android Auto displays with the right resolution for the first moments of connecting the smartphone to the car, after which the resolution is lowered by our Miui.
So, I used SysLog from Play Store, with root permissions, to recorder the logs produced when you connect your smartphone to the car, and I got these lines which I hope for the more experienced guys mean something:
Code:
01-07 11:47:07.490 D/CompatibilityInfo( 2390): mCompatibilityFlags - 0
01-07 11:47:07.491 D/CompatibilityInfo( 2390): applicationDensity - 440
01-07 11:47:07.491 D/CompatibilityInfo( 2390): applicationScale - 1.0
I understand that it would be enough to change the value of applicationDensity at runtime to eliminate the low resolution problem, but I have no idea if it is something that can be done or not, and which Miui application defines this value.
I hope someone with more experience can understand something more and maybe make a fix