summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorzhuw <zhuw@codeaurora.org>2018-05-14 16:04:12 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-05-27 18:36:05 -0700
commitca7c9c07c294e92148451e1bd43c4be22e512654 (patch)
treeb77daad9d9847dcd1802378e511485a2686a84a1 /res/values/qcomstrings.xml
parent607e4b1cf0f8fca2b6790743dd6927a1a2c8ef69 (diff)
downloadandroid_packages_apps_Snap-ca7c9c07c294e92148451e1bd43c4be22e512654.tar.gz
android_packages_apps_Snap-ca7c9c07c294e92148451e1bd43c4be22e512654.tar.bz2
android_packages_apps_Snap-ca7c9c07c294e92148451e1bd43c4be22e512654.zip
Fix dev afmode setting don't work after snapshot
the afmode is set to 4 after unlockfocus. so change the afmode set to builder if dev is opened and the value is valid. Change-Id: Ic10af057fa944db39b2e94ec162fb99452ed9365
Diffstat (limited to 'res/values/qcomstrings.xml')
-rwxr-xr-xres/values/qcomstrings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 42b83a1e9..d2251a82e 100755
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -1198,14 +1198,16 @@
<string name="pref_camera2_sharpness_control_entry_level5" translatable="false">Level 5</string>
<string name="pref_camera2_sharpness_control_entry_level6" translatable="false">Level 6</string>
- <string name="pref_camera2_afmode_default" translatable="false">0</string>
+ <string name="pref_camera2_afmode_default" translatable="false">-1</string>
<string name="pref_camera2_afmode_title">Auto Focus Mode</string>
+ <string name="pref_camera2_afmode_entry_disable">Disable</string>
<string name="pref_camera2_afmode_entry_off">Off</string>
<string name="pref_camera2_afmode_entry_auto">Auto</string>
<string name="pref_camera2_afmode_entry_macro">Macro</string>
<string name="pref_camera2_afmode_entry_continuous_video">Continuous Video</string>
<string name="pref_camera2_afmode_entry_continuous_picture">Continuous Picture</string>
<string name="pref_camera2_afmode_entry_edof">EDOF</string>
+ <string name="pref_camera2_afmode_value_disable" translatable="false">-1</string>
<string name="pref_camera2_afmode_value_off" translatable="false">0</string>
<string name="pref_camera2_afmode_value_auto" translatable="false">1</string>
<string name="pref_camera2_afmode_value_macro" translatable="false">2</string>