adb 显示手机分辨率

adb shell dumpsys window | grep “ShownFrame” | head -n 1

adb shell dwm size

当然,作为一个Android 开发,懂得在代码里面获取分辨率也不错啊。

private static void initDisplayMetrics() {
        DisplayMetrics dm = Application.getInstance().getResources().getDisplayMetrics();
posted @ 2017-02-16 11:35  有点理想的码农  阅读(374)  评论(0编辑  收藏  举报