I have a small problem with my Android app. Within my control XML i have
<autoOrients>false</autoOrients>
<aspectRatio>landscape</aspectRatio>
and this works also on the first start of the application. The app starts in landscape mode and everything works perfectly. Then, i click the home button (or the phone goes to standbye mode). Now i select the application from the tasklist or click the application icon. The application is now in portrait mode (for which he is not designed for) and since i have disabled the autoOrients, i cannot switch back to landscape mode.
Is this a bug in Flex 4.6 (i work with Adobe Flash Builder 4.6) or is there some other switch missing?
Best regards KjM