From 92e00674661159d0ef777c5d9019f39f7b7cbca2 Mon Sep 17 00:00:00 2001 From: poire-z Date: Sun, 1 Oct 2017 23:48:53 +0200 Subject: [PATCH] Enable color rendering on Android --- base | 2 +- frontend/device/android/device.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/base b/base index 7a5ca1003..c56aea614 160000 --- a/base +++ b/base @@ -1 +1 @@ -Subproject commit 7a5ca100317ad61fdb6ce84f95e20991dc78816e +Subproject commit c56aea614988c179707937007b867044ad3b8c79 diff --git a/frontend/device/android/device.lua b/frontend/device/android/device.lua index 9e1bd570c..5a35958ed 100644 --- a/frontend/device/android/device.lua +++ b/frontend/device/android/device.lua @@ -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()