Last active
February 26, 2016 23:58
-
-
Save thefrench77/27db4ad8fd2708edb0cb to your computer and use it in GitHub Desktop.
Change Android LCD density
This file contains hidden or 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
| #!/usr/bin/zsh | |
| adb shell wm density "$@" && adb reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment