Tag Archives: resolution

Display density on Android

Methods Android supports changing the display resolution in 2 different ways. wm density This method works without root and changes the density of the window manager. You can call this command only from the adb shell. The syntax is: E.g. the Nexus 9 has a real display density of 288ppi, so you would run: To… Read More »