android - Devices being filtered by Play Store as Not Compatible -
from user feedback, play denying 1 of our apps "not compatible" several devices. e.g:
- samsung galaxy s i90000
- htc desire hd a9191
i've done aapt dump; here output:
sdkversion:'4' uses-permission:'android.permission.internet' uses-permission:'android.permission.call_phone' uses-permission:'android.permission.receive_boot_completed' uses-feature:'android.hardware.telephony' uses-implied-feature:'android.hardware.telephony','requested telephony-related permission or feature' uses-feature:'android.hardware.touchscreen' uses-implied-feature:'android.hardware.touchscreen','assumed require touch screen unless explicitly made optional' uses-feature:'android.hardware.screen.portrait' uses-implied-feature:'android.hardware.screen.portrait','one or more activities have specified portrait orientation' main other-activities other-receivers other-services supports-screens: 'small' 'normal' 'large' supports-any-density: 'true' locales: '--_--' densities: '160' '240'
can tell me of these filters might blocking devices??
Comments
Post a Comment