Skip to content

Instantly share code, notes, and snippets.

@jannisveerkamp
Created September 9, 2016 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jannisveerkamp/dfae6c24209c35523f7fbd7a4d473ecc to your computer and use it in GitHub Desktop.
Save jannisveerkamp/dfae6c24209c35523f7fbd7a4d473ecc to your computer and use it in GitHub Desktop.
Easy Configuration Change testing
Simply change the with a slightly different resolution:
adb shell wm size {width}x{height}
Example:
adb shell wm size 1440x2559
View current settings:
adb shell wm size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment