Android: How to get the real screen size of the device?

前端 未结 4 1116
温柔的废话
温柔的废话 2021-02-05 18:11

I have tried different ways to get the screen size of the device, but it always returned me the wrong size (791x480 instead of 854x480). It might be du

4条回答
  •  我在风中等你
    2021-02-05 18:47

    I was facing the same problem on an Android 3.2 tablet. I tested both getRealSize and getDisplayMetrics. They are expected to crash as they meant to be available on API 17. But strangely getDisplayMetrics doesn't crash on my 3.2 and returns the correct dimension. getRealSize crashes.

提交回复
热议问题