diff options
author | Jason Monk <jmonk@google.com> | 2015-09-23 16:08:13 -0400 |
---|---|---|
committer | Jason Monk <jmonk@google.com> | 2015-09-23 16:08:13 -0400 |
commit | 16a8e8d1028c09abe8b083acf9da70e6d65ebb79 (patch) | |
tree | 8a2ed2634e52147274b2cce745d92b434990ddfe /res/values | |
parent | 3d7c4d57c4bccb63e156ca5aa0fd01732bdc05ac (diff) | |
download | packages_apps_Settings-16a8e8d1028c09abe8b083acf9da70e6d65ebb79.zip packages_apps_Settings-16a8e8d1028c09abe8b083acf9da70e6d65ebb79.tar.gz packages_apps_Settings-16a8e8d1028c09abe8b083acf9da70e6d65ebb79.tar.bz2 |
Make picture color mode less of a feature
- Shun it to developer settings
- Hide 'natural' mode
- Remove dialog
Bug: 24038268
Change-Id: Ibaf363bc06b444f2a361707b98742328fc290cfc
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index ce01000..10301d5 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -7026,4 +7026,7 @@ <!-- Name of feature to change color setting for the display [CHAR LIMIT=60] --> <string name="picture_color_mode">Picture color mode</string> + + <!-- Description of feature to change color setting for the display [CHAR LIMIT=NONE] --> + <string name="picture_color_mode_desc">Use sRGB</string> </resources> |