diff options
| author | Jason Monk <jmonk@google.com> | 2015-12-09 18:55:17 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-12-09 18:55:17 +0000 |
| commit | 58d9cefdd34bdceeb32e3bc036cffe3b0b6c0db9 (patch) | |
| tree | c8784439d7db705e4f99afb9dab17378db1a18b8 /core/java/android | |
| parent | 2945e95c76311189a6442c34d5cccf778aad2225 (diff) | |
| parent | 08e7fa9b6918f442669970aa0dc048625424c07b (diff) | |
Merge "Allow color matrix to be controlled by secure setting"
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/provider/Settings.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 521aa3c0c69f..381ca4c3a36e 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -4912,6 +4912,15 @@ public final class Settings { "accessibility_display_daltonizer"; /** + * Float list that specifies the color matrix to apply to + * the display. Valid values are defined in AccessibilityManager. + * + * @hide + */ + public static final String ACCESSIBILITY_DISPLAY_COLOR_MATRIX = + "accessibility_display_color_matrix"; + + /** * Setting that specifies whether automatic click when the mouse pointer stops moving is * enabled. * |
