Skip to content

Instantly share code, notes, and snippets.

@sayo9394
Last active April 19, 2022 05:31
Show Gist options
  • Save sayo9394/0d18238cd68e80930259e4ec9f7b787a to your computer and use it in GitHub Desktop.
Save sayo9394/0d18238cd68e80930259e4ec9f7b787a to your computer and use it in GitHub Desktop.
Decreasing Android Display Size as Dead Area Workaround
# first get the window size
> .\adb.exe shell wm size
Physical size: 1440x3200
# Second change to lower size depending on dead area
> .\adb.exe shell wm size 1440x3100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment