When uploading an Android application into the market Google Play determine a list of compatible devices depending of your application manifest settings like for example:
- uses-permission
- uses-feature
- uses-sdk
- supports-screens
Until now I discovered I had to tweak my manifest in order to have my app available to more devices only after uploading my app to Google Play.
Is there a way to check device compatibility before to upload it to the market?