On Sat, May 26, 2012 at 12:24 PM, Александр Куликовский
<[email protected]> wrote:
> But if i download app from Google Play it takes version for phones,
> cause screen density of it is "hdpi".

hdpi has nothing to do with phones. There will be hdpi (or perhaps
even xhdpi) tablets in the near future.

> Can you please tell me how to distinct phones from tablets and to
> correct set my manifest?

There are no phones and there are no tablets from the standpoint of
the operating system. There are baskets of features and capabilities.
You need to decide what features or capabilities will cause you to
want one APK versus another, and set up the manifests accordingly
(e.g., <compatible-screens>).

Or, better yet, use a single APK for all devices. Believe it or not,
there are people in this world who use their phones in landscape
(particularly those with side-slider keyboards) and use tablets in
portrait.

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