summaryrefslogtreecommitdiffstats
path: root/res/values/cm_strings.xml
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2016-01-06 12:25:10 +0100
committerChippa-a <vusal1372@gmail.com>2019-10-25 15:55:25 +0300
commitc095a7b1870230d9d1e4c991c1dc1a29a1cc8dcd (patch)
treeea27604d9ab587c87d3d2456b891921b7bfe9c2d /res/values/cm_strings.xml
parente043aa1a45655c813fad57cee05e8c0588add0ec (diff)
downloadandroid_packages_apps_Snap-c095a7b1870230d9d1e4c991c1dc1a29a1cc8dcd.tar.gz
android_packages_apps_Snap-c095a7b1870230d9d1e4c991c1dc1a29a1cc8dcd.tar.bz2
android_packages_apps_Snap-c095a7b1870230d9d1e4c991c1dc1a29a1cc8dcd.zip
Snap: Add support for mw_continuous-picture focus mode
Author: codeworkx <codeworkx@cyanogenmod.org> Date: Wed Jan 6 12:25:10 2016 +0100 Snap: Add support for mw_continuous-picture focus mode Change-Id: If165370b52d7454c69e2cdeb9d837d049010b0e8 Author: Michael W <baddaemon87@gmail.com> Date: Sat Oct 22 14:47:09 2016 +0200 Snap: Fix possible NPE Seems like getSupportedFocusModes() can return null. Check for null before using it further Change-Id: I46860f780b99970cbe9857c8ba73691d69321488 Reference: BugDumps 20161014-20 L#131 Change-Id: I066a26043cc89b3037e457d8da340ed4b005ee1f
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r--res/values/cm_strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index bf2766c5b..a5fb6d53e 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -62,6 +62,7 @@
<!-- Settings screen, focus mode -->
<string name="pref_camera_focusmode_entry_continuous">Continuous</string>
+ <string name="pref_camera_focusmode_entry_mw_continuous">Continuous (MW)</string>
<string name="pref_camera_focusmode_entry_extended">Extended</string>
<string name="pref_camera_focusmode_entry_facedetect">Face detect</string>
<string name="pref_camera_focusmode_entry_facepriority">Face priority</string>