Last active
April 19, 2022 05:31
-
-
Save sayo9394/0d18238cd68e80930259e4ec9f7b787a to your computer and use it in GitHub Desktop.
Decreasing Android Display Size as Dead Area Workaround
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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