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()