How to get the Android device screen size from the adb command line?

前端 未结 9 1991
故里飘歌
故里飘歌 2020-12-07 10:37

I need a way to detect device screen size and density with adb. If there is no solution, where can I get the complete list of all existing android device with their screen

9条回答
  •  再見小時候
    2020-12-07 11:02

    Look at the output of adb shell dumpsys. The screen size shows up there several times, along with lots of other information.

    ... although now I'm in the office, while it works on my phone, it's absent from the Galaxy tablet. Darn.

提交回复
热议问题