Android 11 Set landscape display on the default system. _android fixed landscape display
There are two solutions to implement the default horizontal screen: First method: Directory device/rockchip/rk356x/BoardConfig.mk SF_PRIMARY_DISPLAY_ORIENTATION := 90 Second way: The Android system displays vertical screen by default. If you want…