summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-10-14 06:21:58 +0300
committerArne Coucheron <arco68@gmail.com>2018-01-26 00:56:33 +0100
commitf6486e7de208f9a3a297b9955eca9f1c4f41b2f9 (patch)
treecff3e312d5a1097022a13f30a719e0a548b45565 /res/values
parenta28e919dccf3eac2daa2c45b2e51a455ab8dffe3 (diff)
downloadandroid_packages_apps_Snap-f6486e7de208f9a3a297b9955eca9f1c4f41b2f9.tar.gz
android_packages_apps_Snap-f6486e7de208f9a3a297b9955eca9f1c4f41b2f9.tar.bz2
android_packages_apps_Snap-f6486e7de208f9a3a297b9955eca9f1c4f41b2f9.zip
Camera2: Add option to set max screen brightness
* Set maximum screen brightness while the user is inside the camera app Change-Id: I8b16ba47a933bc7d6b0c1cd62bfd6ca54875ce1e
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index ea0473bfb..4263cbfc6 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -86,4 +86,9 @@
<!-- Power shutter -->
<string name="pref_camera_power_shutter_title">Power shutter</string>
<string name="pref_camera_power_shutter_default" translatable="false">off</string>
+
+ <!-- Max brightness -->
+ <string name="pref_camera_max_brightness_title">Bright screen</string>
+ <string name="pref_camera_max_brightness_default" translatable="false">off</string>
+
</resources>