summaryrefslogtreecommitdiffstats
path: root/res/values/cm_strings.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-10-14 06:21:58 +0300
committerAbhisek Devkota <ciwrl@cyanogenmod.com>2014-10-20 23:15:35 +0000
commit95f9cda4e9d51b0e6296c37a00cbbf0e58320938 (patch)
treed6b93b5e868a783960a2f95b5f5fa953dc1500aa /res/values/cm_strings.xml
parentd989a5f46d8335b2ff38fac41a41689d35a4cf7b (diff)
downloadandroid_packages_apps_Camera2-95f9cda4e9d51b0e6296c37a00cbbf0e58320938.tar.gz
android_packages_apps_Camera2-95f9cda4e9d51b0e6296c37a00cbbf0e58320938.tar.bz2
android_packages_apps_Camera2-95f9cda4e9d51b0e6296c37a00cbbf0e58320938.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/cm_strings.xml')
-rw-r--r--res/values/cm_strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 0d9d7cc1b..15c883a37 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -194,6 +194,10 @@
<string name="pref_camera_power_shutter_title">Power shutter</string>
<string name="pref_camera_power_shutter_default" translatable="false">off</string>
+ <!-- More Settings screen, max brightness title -->
+ <string name="pref_camera_max_brightness_title">Bright screen</string>
+ <string name="pref_camera_max_brightness_default" translatable="false">off</string>
+
<!-- SuperZoom -->
<string name="pref_superzoom_title">Magnify</string>
<string name="pref_superzoom_default" translatable="false">off</string>