diff options
| author | Chia-I Wu <olv@google.com> | 2018-05-02 19:15:11 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-05-02 19:15:11 +0000 |
| commit | 067749725e6a7c5638ea386db64ed71bed2fc867 (patch) | |
| tree | 70c6d43afe69edf9b51e8d3761e0e9b2f3e19527 /core/java/android | |
| parent | ee18fb21120b32036222770ba541c43613fbae3d (diff) | |
| parent | 53e86ba235f1c290edd53d4d565499d73a0b7f25 (diff) | |
Merge "Update Configuration#isScreenWideColorGamut doc" into pi-dev
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/content/res/Configuration.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/java/android/content/res/Configuration.java b/core/java/android/content/res/Configuration.java index 19b5c45f3a81..193e56ef404d 100644 --- a/core/java/android/content/res/Configuration.java +++ b/core/java/android/content/res/Configuration.java @@ -1905,6 +1905,10 @@ public final class Configuration implements Parcelable, Comparable<Configuration * Return whether the screen has a wide color gamut and wide color gamut rendering * is supported by this device. * + * When true, it implies the screen is colorspace aware but not + * necessarily color-managed. The final colors may still be changed by the + * screen depending on user settings. + * * @return true if the screen has a wide color gamut and wide color gamut rendering * is supported, false otherwise */ |
