Are you sure that they're getting it from the Android Market?

On Thu, Dec 1, 2011 at 12:29 PM, Stephen Lebed <[email protected]> wrote:
> 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



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
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

Reply via email to