android setting activity orientation by code

后端 未结 1 808
南笙
南笙 2020-12-18 23:24

it is possible to set the orientation of an activity in the manifest file.

but is it also possible to do it from code? if so, how?

thanks!

1条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-19 00:16

    setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
    

    0 讨论(0)
提交回复
热议问题