On Tue, Mar 8, 2016 at 5:21 AM, Céline Louard <[email protected]> wrote:

> I am using min API 14 so it seems like I don't need to use generalized
> screen size, only requiresSmallestWidthDP.


http://developer.android.com/guide/topics/manifest/supports-screens-element.html

However, *Google Play currently does not support this attribute for
> filtering* (on Android 3.2), so you should continue using the other size
> attributes if your application does not support small screens.


Maybe look at android:compatibleWidthLimitDp="integer" and
android:largestWidthLimitDp="integer".

That said however, this supports screens thing has always felt like a hack
for Google Play which may or may not be respected, and may or may not
change. So unless you have a really good reason to have two separate apps,
you're probably best served in having one app that adjusts itself to the
available screen size correctly, regardless of "tablet" or "phone"
connotation.

http://developer.android.com/guide/practices/screens_support.html

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANCScggYL5R0m0K%2B1zbNjFRgbrbJDjc-Dc6zBi1fge1LC9UAZg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to