开发者

android setting activity orientation by code

开发者 https://www.devze.com 2023-01-27 10:43 出处:网络
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?

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!


setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
0

精彩评论

暂无评论...
验证码 换一张
取 消