When an Android application is uploaded to the market, Google Play will determine the list of compatible devices depending on the application manifest settings, for example:
- uses permission
- use-feature
- uses SDK
- supports screens
So far, I have discovered that I had to set up my manifest so that access to my application for more devices only after loading my application on Google Play.
Is there a way to check device compatibility before launching it on the market?
LG
source share