Hi, I have an app that is only designed to be used in portrait mode; but how do I stop it from recreating when the device is turned?
I have set Project Attributes, '#SupportedOrientations: portrait'; I have tried the 'phone1.SetScreenOrientation(1)' but the screen still rotates and kills my apps activity (i assume) and the screen goes white and the app sits there. Even rotating back to portrait the screen is not re-appearing.
Installed the new SDK, but app still does the same thing, so I suppose that means this is something that can`t be done on my particular Samsung tablet ?
I also have a Galaxy Tab S2 with Android 7.0 with last Android Patch on 1 July 2019.
I was also unable to reproduce the problem in Debug or Release mode using your example code. It stays firmly in Portrait mode even if I start it in Landscape Mode.