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

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -