From e4fcfddf77383b87bd4f8dc6a1aed80bc9ff79f0 Mon Sep 17 00:00:00 2001 From: Dongchul Lim Date: Fri, 15 Jul 2016 11:40:52 +0900 Subject: [PATCH] Add a feature key to distinguish ALPM and HLPM -http://suprem.sec.samsung.net/jira/browse/ACR-701 Change-Id: Ie2c425cd77bd836d92411490a57a303694fc364e --- org.tizen.guides/html/native/system/sysinfo_n.htm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/org.tizen.guides/html/native/system/sysinfo_n.htm b/org.tizen.guides/html/native/system/sysinfo_n.htm index 130cd3d..a0867ab 100644 --- a/org.tizen.guides/html/native/system/sysinfo_n.htm +++ b/org.tizen.guides/html/native/system/sysinfo_n.htm @@ -791,6 +791,16 @@ the Tizen reference implementation. int The platform returns the width of the screen in pixels supported by the device for this key. + + http://tizen.org/feature/screen.always_on.low_bit_color + bool + The platform returns true for this key, if the device supports a low bit color mode Always On Display (AOD) feature. + + + http://tizen.org/feature/screen.always_on.high_color + bool + The platform returns true for this key, if the device supports a high color mode Always On Display (AOD) feature. +

The following table lists the sensor feature keys.

-- 2.7.4