I have developed one android application, its available in Google Play Store for all the devices post 2.2. But, while trying to download the application from Samsung Galaxy Star GT-S5282, which is having 4.1.2. we are getting this error this version is not compatible for this phone
manifest code:
<supports-screens
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true" />
<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="16" />
Below Permission used:
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.CALL_PHONE" />
Please advice me on this Issue.
thanks in advance.
Maybe this is helping you Google Support Devices and I found another one who asked a similar question: Android Device not supported by app why?