我知道我可以限制清单文件的方向。喜欢这个
android:screenOrientation="portrait"
但是可以从代码设置方向吗?
例如,可以从清单和代码this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);
答案 0 :(得分:13)
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);
答案 1 :(得分:1)
Activity. setRequestedOrientation(..)