修改屏幕分辨率的指令[debug模式下]

写道
leif@leif:~/Tools/Google sign$ adb shell wm size
Physical size: 480x800
leif@leif:~/Tools/Google sign$ adb shell wm density
Physical density: 240
Override density: 204
leif@leif:~/Tools/Google sign$ adb shell size 720x1280
/system/bin/sh: size: inaccessible or not found
leif@leif:~/Tools/Google sign$ adb shell wm size 720x1280
leif@leif:~/Tools/Google sign$ adb shell wm density 320
leif@leif:~/Tools/Google sign$ adb shell wm density 240
leif@leif:~/Tools/Google sign$ adb shell wm size 480x800
leif@leif:~/Tools/Google sign$ adb shell wm density 320
leif@leif:~/Tools/Google sign$ adb shell wm size 720x1280
leif@leif:~/Tools/Google sign$ adb shell wm size 480x800
leif@leif:~/Tools/Google sign$ adb shell wm size 1080x1920
leif@leif:~/Tools/Google sign$