summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorxianming wang <mingwax@codeaurora.org>2018-07-20 16:23:31 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-08-03 00:50:12 -0700
commit0ba33b9668e3fc5d92a12cc5fdcd7537de8580be (patch)
treec55d86c455b5bda5194a89676ca55b55ab66cc91 /res/values
parentfd59af7220a45395048c4a86fa58c0bde365b878 (diff)
downloadandroid_packages_apps_Snap-0ba33b9668e3fc5d92a12cc5fdcd7537de8580be.tar.gz
android_packages_apps_Snap-0ba33b9668e3fc5d92a12cc5fdcd7537de8580be.tar.bz2
android_packages_apps_Snap-0ba33b9668e3fc5d92a12cc5fdcd7537de8580be.zip
SnapdragonCamera: Complete manual exposure gains function
Complete manual exposure gains function. CRs-Fixed: 2288985 Change-Id: I57e19027b4dd05c862e25d1646f8cde3c4ac3a36
Diffstat (limited to 'res/values')
-rwxr-xr-xres/values/qcomarrays.xml2
-rwxr-xr-xres/values/qcomstrings.xml2
2 files changed, 4 insertions, 0 deletions
diff --git a/res/values/qcomarrays.xml b/res/values/qcomarrays.xml
index 13583406b..379794ef8 100755
--- a/res/values/qcomarrays.xml
+++ b/res/values/qcomarrays.xml
@@ -630,6 +630,7 @@
<item>@string/pref_camera_manual_exp_entry_ISO_priority</item>
<item>@string/pref_camera_manual_exp_entry_exptime_priority</item>
<item>@string/pref_camera_manual_exp_entry_user_setting</item>
+ <item>@string/pref_camera_manual_exp_entry_gains_priority</item>
<item>@string/pref_camera_manual_exp_entry_off</item>
</string-array>
@@ -637,6 +638,7 @@
<item>@string/pref_camera_manual_exp_value_ISO_priority</item>
<item>@string/pref_camera_manual_exp_value_exptime_priority</item>
<item>@string/pref_camera_manual_exp_value_user_setting</item>
+ <item>@string/pref_camera_manual_exp_value_gains_priority</item>
<item>@string/pref_camera_manual_exp_value_off</item>
</string-array>
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index ff8bc9728..8ce41625c 100755
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -170,12 +170,14 @@
<string name="pref_camera_manual_exp_entry_ISO_priority">ISO priority</string>
<string name="pref_camera_manual_exp_entry_exptime_priority">Exposure time priority</string>
<string name="pref_camera_manual_exp_entry_user_setting">User setting</string>
+ <string name="pref_camera_manual_exp_entry_gains_priority">Gains priority</string>
<string name="pref_camera_manual_exp_entry_off">Off</string>
<string name="pref_camera_manual_exp_default">off</string>
<string name="pref_camera_manual_exp_value_ISO_priority">iso-priority</string>
<string name="pref_camera_manual_exp_value_exptime_priority">exp-time-priority</string>
<string name="pref_camera_manual_exp_value_user_setting">user-setting</string>
+ <string name="pref_camera_manual_exp_value_gains_priority">gains-priority</string>
<string name="pref_camera_manual_exp_value_off">off</string>
<!-- Manual white balance entry values -->