Change orientation at runtime

前端 未结 3 997
后悔当初
后悔当初 2020-12-10 04:50

I\'m new to android my question is, Is it possible to change orientation programmatically? If yes, how can we do that?

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-10 05:23

    Yes, use setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); to force orientation

提交回复
热议问题