summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-10-14 06:21:58 +0300
committerBruno Martins <bgcngm@gmail.com>2018-11-20 12:30:48 +0000
commitedf033e238dc5ccf9ab91d5ff48869dd1e7eb309 (patch)
tree609145bb9ff08e36624540a29c12618bc5b8a0f0 /res/values
parent0accf240747cc116cd76195aa9e579d164141f51 (diff)
downloadandroid_packages_apps_Snap-edf033e238dc5ccf9ab91d5ff48869dd1e7eb309.tar.gz
android_packages_apps_Snap-edf033e238dc5ccf9ab91d5ff48869dd1e7eb309.tar.bz2
android_packages_apps_Snap-edf033e238dc5ccf9ab91d5ff48869dd1e7eb309.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>