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 @   有点理想的码农  阅读(142)  评论(0编辑  收藏  举报
点击右上角即可分享
微信分享提示