BlackBerry:How to lock the screen orientation for Storm?
I want to lock the orientation programmatically for my application screens to be displaye开发者_开发技巧d only in Portrait mode. I use Storm BB device. How to do lock it via my code?
Can someone hint me how to do it?
Thanks.
You can configure your application to only allow specific orientations by passing in specific direction parameters when invoking UiEngineInstance.setAcceptableDirections(int).
精彩评论