I've been looking for a long time and I can't seem to figure out how to set the preferred orientation of an application for Playbook/BB10 using the native SDK.
My application is targeting playbook and BB10 handsets. The application needs to be in landscape for both devices. I'm using Native SDK Version 10.0.4.
I've looked into bps/orientation.h and it seems like it only has functions to retrieve this information, and there's a lot of areas inside screen that seem like they might have something to do with the orientation but I'm not sure.
Anybody else run into this?