From 95ae29be88ea05482c90a688f26592c6f03065d7 Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Wed, 31 Mar 2021 12:38:16 +0200 Subject: [PATCH] wm: add page (#5457) --- pages/android/wm.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/android/wm.md diff --git a/pages/android/wm.md b/pages/android/wm.md new file mode 100644 index 0000000000..193e0971d9 --- /dev/null +++ b/pages/android/wm.md @@ -0,0 +1,11 @@ +# wm + +> Show information about the screen of an Android device. + +- Display the physical size of an Android device's screen: + +`wm {{size}}` + +- Display the physical density of an Android device's screen: + +`wm {{density}}`