I have an Adobe AIR Actionscript for Mobile project. I want to publish so that it behaves like: sensorLandscape "Landscape orientation, but can be either normal or reverse landscape based on the device sensor." - from Android API documentation.
I have set:
<initialWindow>
    <content>AppName.swf</content>
    <aspectRatio>landscape</aspectRatio>
    <autoOrients>true</autoOrients>
<initialWindow>
in the App.xml.
The result is on a Nexus 7 when publishing a debug file from FlashBuilder 7 - is that it is always landscape - but it does not re-orient with the device to show reverse landscape.