Hi All,
I have a bit of a dilemma. I've created a few apps where I
specifically don't support small screens (ie. QVGA), but for some
reason people who own the HTC Wildfire are able to see and install my
app on their devices. I've set smallScreens to false in my manifest,
so I'm not sure where the problem is. Can anyone shed some light? I
need to resolve this before too many people end up buying my app.
Here is what is in my manifest:
<supports-screens
android:anyDensity="true"
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="false" />
<uses-permission android:name="android.permission.CAMERA" >
</uses-permission>
<uses-permission android:name="com.android.vending.CHECK_LICENSE" /
>
<uses-sdk android:minSdkVersion="8" />
<uses-feature android:name="android.hardware.touchscreen" />
<uses-feature android:name="android.hardware.sensor.compass" />
<uses-feature
android:name="android.hardware.sensor.accelerometer" />
<uses-permission android:name="android.permission.INTERNET" >
</uses-permission>
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE" >
</uses-permission>
Thanks in advance,
Stephen Lebed
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en