1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

update: support all official DPIs when extracting icons

https://developer.android.com/training/multiscreen/screendensities.html
This commit is contained in:
Hans-Christoph Steiner 2018-03-13 16:47:07 +01:00
parent b445fc066b
commit 493c485755

View File

@ -68,6 +68,7 @@ screen_resolutions = {
"hdpi": '240',
"mdpi": '160',
"ldpi": '120',
"tvdpi": '213',
"undefineddpi": '-1',
"anydpi": '65534',
"nodpi": '65535'