Possible Duplicate:
Device Compatibility Issue with Samsung Galaxy Mini
I created one android app and published it on android market. But, when I try to look for it in the market then it does not appear for Samsung Galaxy Mini (GT-S5770) but it does appear for HTC desire S. But, when I try to run it from eclipse to Samsung phone then it works.
I looked into the developer console and it said that the app is restricted for Samsung galaxy mini because of its manifest file's permissions. Could any one please help me in telling which particular feature is problem for samsung galaxy phone.
My manifest has following permissions -
Screen layouts: SMALL NORMAL LARGE XLARGE
Required device features
android.hardware.camera
android.hardware.camera.autofocus
android.hardware.location
android.hardware.location.gps
android.hardware.location.network
android.hardware.screen.landscape
android.hardware.telephony
android.hardware.touchscreen
Thanks.