Can a Flex Air Android app have transparent background, like the Android Theme.Transluscent? I've tried adding:
<systemChrome>none</systemChrome>
<transparent>true</transparent>
to the -app file but that just makes the background white. Any suggestions?
Answering own question: It's not possible. The transparent theme has to be set in the main activity's theme tag in the android manifest. But the theme tag in the android manifest can not be overridden via the Flex mobile android manifest.