In an app I'm working on I have the Project Attributes for screen Orientation in B4a 2.52 set to "unspecified." In Sub ActivityCreate I check the Orientation and load an appropriate layoutdepending on whether It is layout or portrait. I do this in each activity. However, when I compile and running the app, on none of my devices does the app change from one orientation to another. It always remains in portrait. I'very tried to force the app to changes orientations by using the "setscreenorientation"method in the Phone library, but that hasn't worked. How do I solve? Thanks.