Last active
September 1, 2021 18:43
-
-
Save d4vidi/f14b8a0184b856d6da505e2e30163b5a to your computer and use it in GitHub Desktop.
Android CI Blog: config.ini
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
# Attributes in .ini file: | |
# hw.lcd.density=440 | |
# hw.lcd.height=2280 | |
# hw.lcd.width=1080 | |
# OR, it you need an automated script - they can be simply appended to the existing file: | |
echo "hw.lcd.density=440" > config.ini | |
echo "hw.lcd.height=2280" > config.ini | |
echo "hw.lcd.width=1080" > config.ini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment