Android application listed as compatible with Sony Xperia S but still filtered from google play

Posted by mlidal on Stack Overflow See other posts from Stack Overflow or by mlidal
Published on 2012-06-15T15:13:57Z Indexed on 2012/06/15 15:16 UTC
Read the original article Hit count: 264

Filed under:
|

I have published an Android application and some users are complaining that it is listed as not compatible with Sony Xperia S. According to the developer console Xperia S (LT26i) is listed as compatible. Do anyone know of any reason why the app is still filtered from google play?

I have seen people reporting problems with big apk files. This app is about 20Mb in size, with the largest file being 14Mb. Quite a bit but not enough to cause problems I think...

Here is the output from aapt dump badging:

package: name='no.bouvet.nrkut' versionCode='4' versionName='1.0'
sdkVersion:'4'
targetSdkVersion:'13'
uses-permission:'android.permission.ACCESS_FINE_LOCATION'
uses-permission:'android.permission.ACCESS_COARSE_LOCATION'
uses-permission:'android.permission.ACCESS_WIFI_STATE'
uses-permission:'android.permission.ACCESS_NETWORK_STATE'
uses-permission:'android.permission.INTERNET'
uses-permission:'android.permission.WRITE_EXTERNAL_STORAGE'
application-label:'UT.no'
application-icon-120:'res/drawable-ldpi/utno_launcher.png'
application-icon-160:'res/drawable-mdpi/utno_launcher.png'
application-icon-240:'res/drawable-hdpi/utno_launcher.png'
application-icon-320:'res/drawable-xhdpi/utno_launcher.png'
application: label='UT.no' icon='res/drawable-mdpi/utno_launcher.png'
launchable-activity: name='no.bouvet.nrkut.MainActivity'  label='UT.no' icon=''
uses-feature:'android.hardware.location'
uses-feature:'android.hardware.location.gps'
uses-feature:'android.hardware.location.network'
uses-feature:'android.hardware.wifi'
uses-feature:'android.hardware.touchscreen'
uses-feature:'android.hardware.screen.portrait'
main
other-activities
search
supports-screens: 'small' 'normal' 'large' 'xlarge'
supports-any-density: 'true'
locales: '--_--'
densities: '120' '160' '240' '320'

© Stack Overflow or respective owner

Related posts about android

Related posts about google-play