BlackBerry:How to lock the screen orientation for Storm?

1k views Asked by At

I want to lock the orientation programmatically for my application screens to be displayed 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.

1

There are 1 answers

3
Marc Novakowski On BEST ANSWER

You can configure your application to only allow specific orientations by passing in specific direction parameters when invoking UiEngineInstance.setAcceptableDirections(int).