android - Flex mobile app only for tablets -


i release brand new flex mobile app tablets (ipads , android). how can configure application descriptor file properly?

for ios know it's possible:

<key>uidevicefamily</key>   <array>     <string>2</string>   </array> 

but android have no idea...

thanks,

gabriele

put in manifest

<supports-screens     android:largescreens="true"     android:normalscreens="false"     android:requiressmallestwidthdp="600"     android:smallscreens="false"     android:xlargescreens="true" /> 

this make app available 7" screens , above


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -