summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorjunjiez <junjiez@codeaurora.org>2016-11-15 09:28:35 +0800
committerjunjiez <junjiez@codeaurora.org>2017-01-06 10:21:50 +0800
commit9d924d9ca95ece1686a8cdca8c46607078f44618 (patch)
treeeec3b238c191052f858ecfbd90d2c073b2a6a373 /res/values/qcomstrings.xml
parent15f6d966c807c371a12f68bf9f5f4e7447a9ba8e (diff)
downloadandroid_packages_apps_Snap-9d924d9ca95ece1686a8cdca8c46607078f44618.tar.gz
android_packages_apps_Snap-9d924d9ca95ece1686a8cdca8c46607078f44618.tar.bz2
android_packages_apps_Snap-9d924d9ca95ece1686a8cdca8c46607078f44618.zip
SnapdragonCamera:Add Raw capture to developer option
Add raving as Raw option to the developer options, and save both JPEG and RAW data when it't turned on Change-Id: Id2462d0bacc3f2acdf3610b2ca8054079dc40b85 CRs-Fixed: 1087490
Diffstat (limited to 'res/values/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 70b211d0a..baf472c30 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -1050,6 +1050,14 @@
<string name="pref_camera2_timer_value_2sec" translatable="false">2</string>
<string name="pref_camera2_timer_value_5sec" translatable="false">5</string>
<string name="pref_camera2_timer_value_10sec" translatable="false">10</string>
+ <string name="pref_camera2_saveraw_default">disable</string>
+ <string name="pref_camera2_saveraw_title">Save with RAW format</string>
+ <string name="pref_camera2_saveraw_value_disable" translatable="false">disable</string>
+ <string name="pref_camera2_saveraw_value_enable" translatable="false">enable</string>
+
+ <string name="pref_camera2_saveraw_entry_disable">disable</string>
+ <string name="pref_camera2_saveraw_entry_enable">enable</string>
+
<string name="panocapture_direction_is_not_determined" translatable="true">Move constantly in one direciton.</string>
<string name="panocapture_intro" translatable="true">Press camera button to start.</string>
<string name="panocapture_direction_is_changed" translatable="true">Direction is changed. Stopping now...</string>