Enable color rendering on Android

This commit is contained in:
poire-z
2017-10-01 23:48:53 +02:00
committed by Frans de Jonge
parent 53f083f516
commit 92e0067466
2 changed files with 2 additions and 1 deletions

2
base

Submodule base updated: 7a5ca10031...c56aea6149

View File

@@ -14,6 +14,7 @@ local Device = Generic:new{
hasFrontlight = yes,
firmware_rev = "none",
display_dpi = android.lib.AConfiguration_getDensity(android.app.config),
hasColorScreen = yes,
}
function Device:init()