Change orientation at runtime

前端 未结 3 996
后悔当初
后悔当初 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条回答
  •  孤城傲影
    2020-12-10 05:05

    yes this one possible

    setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);

提交回复
热议问题