X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/718f0a8581eb536fc069c55782dd730c1731c2ed..afc833f3e2998180556875ae806f4b8a6f86c5dd:/AaptAssets.cpp diff --git a/AaptAssets.cpp b/AaptAssets.cpp index 4894196..29d2b87 100644 --- a/AaptAssets.cpp +++ b/AaptAssets.cpp @@ -969,6 +969,11 @@ bool AaptGroupEntry::getDensityName(const char* name, return true; } + if (strcmp(name, "tvdpi") == 0) { + if (out) out->density = ResTable_config::DENSITY_TV; + return true; + } + if (strcmp(name, "hdpi") == 0) { if (out) out->density = ResTable_config::DENSITY_HIGH; return true;