开发者

Set Rotation throughout application

开发者 https://www.devze.com 2023-03-19 23:42 出处:网络
Is there a way to set the application\'s orientation (not just in one activity) programatically开发者_StackOverflow?write every activity onCreate() method

Is there a way to set the application's orientation (not just in one activity) programatically开发者_StackOverflow?


write every activity onCreate() method

//---change to landscape mode---
        setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);

//---change to portrait mode---
         setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);

may be work..

0

精彩评论

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

关注公众号