How to detect a tablet device in Android?

前端 未结 4 862
无人共我
无人共我 2021-01-03 07:38

I am trying to port my application developed for smartphones to the tablets with minor modifications. Is there an API in Android to detect if the device is tablet?

4条回答
  •  时光说笑
    2021-01-03 08:18

    I would introduce "Tablet mode" in application settings which would be enabled by default if resolution (use total pixel threshold) suggests it.

    IFAIK Android 3.0 introduces real tablet support, all previous versions are intended for phones and tablets are just bigger phones - got one ;)

提交回复
热议问题