On Tue, May 15, 2012 at 9:08 AM, Hitendrasinh Gohil
<hitendrasin...@gmail.com> wrote:
> Hi,
>
>  I want to restrict my app to 10.1 tablets only. Below is the manifest
> configuration for that.
>
> <supports-screens
>     android:largeScreens="false"
>     android:normalScreens="false"
>     android:requiresSmallestWidthDp="720"
>     android:smallScreens="false"
>     android:xlargeScreens="true" />
>
> I am able to run the app with Emulator 4.0.3(HVGA). can anyone tell me what
> is wrong here?

I am not certain that anything is "wrong here". Your app would be
filtered out of the Play Store, but it can still be installed, by my
reading of the docs.

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

Android Training...At Your Office: http://commonsware.com/training

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to