--- syntax: markdown tags: [tldr, android] source: https://github.com/tldr-pages/tldr.git --- # wm > Show information about the screen of an Android device. > This command can only be used through `adb shell`. > More information: . - Display the physical size of an Android device's screen: `wm size` - Display the physical density of an Android device's screen: `wm density`