Hello, everybody. I have two different apks - one for phones, and it has portrait orientation, and one for tablets in landscape. Also different drawables used there. All drawables store in "drawable-nodpi" and layouts simply in "layout" folder. I want to distinct tablets from phones in my manifest, considering that tablet is everything larger then 7 inches. And the main problem is Samsung Galaxy Tab P1000. It has 7 inches display, 1024x600 resolution, so it has to be a tablet. But if i download app from Google Play it takes version for phones, cause screen density of it is "hdpi". I think base settings are correct cause Acer Iconia A100 which also has same params on hardware, but has "mdpi" density downloads version for tablets.
Can you please tell me how to distinct phones from tablets and to correct set my manifest? -- 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

