Android Manifest Uses Permissions Vs Android Device Specifications
Is there any way to check why my Android application doesn't show in Play Store on some devices such as Samsung Galaxy S Duos, Samsung Ace Plus and Micromax A110 etc. ? While I can
Solution 1:
I suggest you take a look at this:http://developer.android.com/google/play/filters.html
Generally it states under the that if your app requires a certain permission that requires certain hardware (e.g Camera) then even if you did not declare it under the section, google play will filter out your application to devices that do not hold that certain hardware... Hope this helps
Post a Comment for "Android Manifest Uses Permissions Vs Android Device Specifications"