According to this blog, we should restrict our app to only support x-large
screen.
http://android-developers.blogspot.com/2011/09/preparing-for-handsets.html
<manifest ... >
<supports-screens android:smallScreens="false"
android:normalScreens="false"
android:largeScreens="false"
android:xlargeScreens="true"
/>
<application ... >
...
</application>
</manifest>
Original issue reported on code.google.com by yuyang...@gmail.com on 20 Sep 2011 at 2:38
Original issue reported on code.google.com by
yuyang...@gmail.com
on 20 Sep 2011 at 2:38