From c9ba55902123be5abcf2dcda5af9995be0b8d3d8 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Wed, 18 Jan 2017 16:34:42 -0800 Subject: Add wide color gamut and HDR resource qualifiers Bug: 32984164 Test: Config_test, AaptConfig_test and aapt2_tests Change-Id: Ie9c82bfe2d36b1d6180ee223250ab5bb2ce90dd4 --- .../guide/topics/resources/providing-resources.jd | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'docs/html') diff --git a/docs/html/guide/topics/resources/providing-resources.jd b/docs/html/guide/topics/resources/providing-resources.jd index 77e8d7720c61..021a07ecaa5b 100644 --- a/docs/html/guide/topics/resources/providing-resources.jd +++ b/docs/html/guide/topics/resources/providing-resources.jd @@ -565,6 +565,38 @@ which indicates whether the screen is long.

method, which indicates whether the screen is round.

+ + Wide Color Gamut + + widecg
+ nowidecg + + + +

Added in API level 26.

+

Also see the {@link android.content.res.Configuration#isScreenWideColorGamut()} configuration + method, which indicates whether the screen has a wide color gamut.

+ + + + High Dynamic Range (HDR) + + highdr
+ lowdr + + + +

Added in API level 26.

+

Also see the {@link android.content.res.Configuration#isScreenHdr()} configuration + method, which indicates whether the screen has a HDR capabilities.

+ + Screen orientation -- cgit v1.2.3