Ok, so if i upload my app it will be only visible to tablets?

or is there any other way that i can restrict it to tablet?

On Tue, May 15, 2012 at 6:51 PM, Mark Murphy <mmur...@commonsware.com>wrote:

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



-- 
regards,
Hitendrasinh Gohil

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