Skip to main content
Inspiring
June 1, 2012
Answered

Flex Mobile How To Restrict Devices app can install on (ANDROID)

  • June 1, 2012
  • 2 replies
  • 629 views

I am creating an Android app and wish for my app not to be able to install on devices with a screen resolution of less than 320 * 480. Is there a setting anywhere i.e. -app.xml or otherwise where I can achieve this? I know with the pure Android SDK you are able to set which devices your app will run on.


Thanks

This topic has been closed for replies.
Correct answer ChristopherTotty

You will need to use the supports-screens Android manifest tag.  Check out this post for more info:

http://forums.adobe.com/message/4024474

2 replies

ChristopherTottyCorrect answer
Inspiring
June 1, 2012

You will need to use the supports-screens Android manifest tag.  Check out this post for more info:

http://forums.adobe.com/message/4024474

Inspiring
June 2, 2012

Thanks Christopher. Just what I needed.