I would like to release my brand new Flex mobile app only for tablets (IPads and Android). How can I configure the Application Descriptor File properly?
For IOS I know it's possible:
<key>UIDeviceFamily</key>
<array>
<string>2</string>
</array>
but for Android I have no idea...
Thanks,
Gabriele