Hello all,
Currently, I am porting Android P AOSP for my custom devices. I want to force all application run on landscape.
I got an issue as below:
I tried to set my devices screen as landscape mode by putting android.hardware.screen.landscape.xml to /system/etc/permission.
And also override config_forceDefaultOrientation=true.
But when i tried to run Antutu Benmark that supports portrait.
The application was cropped and only display a part of this application on the middle of system UI.
Does anyone have any solution for this issue?
Or do you have any suggestion to help me force all application display as landscape?
Best regards,
Kha Tran