Firebreather:

2013/10/29 firebreather <michaelirvingbr...@gmail.com>:
> i'm developing on version 14 with minsdk declared of 10 (recently up from
> 8).

[snip]

http://developer.android.com/distribute/googleplay/quality/tablet.html#android-versions
> which has a long detailed list of 12 things needed for tablet support,
> including in Part 8;
>
> At a minimum, check the <uses-sdk> element to make sure that:
>
> targetSdkVersion is declared with value 11 or higher (14 or higher is
> recommended), OR
> minSdkVersion is declared with value 11 or higher.
> If a maxSdkVersion attribute is declared, it must have a value of 11 or
> higher. Note that, in general, the use of maxSdkVersion is not recommended

I take this to mean "at least one of":

*either* targetSdkVerison >= 11
*or* minSdkVersion >= 11 (which implies target >= 11)

FWIW, an app of mine passed the "designed for tablets" checks (last
time I was uploading a release to Play: it just needed 10" screenshots
too).

Oh, and as already stated by others: do test the hell out of your app
after changing the targetSdk.

-- K

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to