summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorkaiyiz <kaiyiz@codeaurora.org>2014-11-28 13:50:43 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2014-12-05 15:45:34 -0800
commitdc2a394c4bea7f4464952177c3a52ed673ac1018 (patch)
tree0dbfda7baaa737c5aeeb02ebca36aafe1b3e3e62 /res/values
parentbe01dc243365529c173e4e7ea17833d927974a8c (diff)
downloadandroid_packages_apps_Snap-dc2a394c4bea7f4464952177c3a52ed673ac1018.tar.gz
android_packages_apps_Snap-dc2a394c4bea7f4464952177c3a52ed673ac1018.tar.bz2
android_packages_apps_Snap-dc2a394c4bea7f4464952177c3a52ed673ac1018.zip
SnapdragonCamera: Add a option item for record video unlimit
There is no menu item for select unlimit video duration. Add relate resource in video duration menu pref for select. CRs-Fixed: 763378 Change-Id: Ie64ce018822acb0d25dcf327a5626a8463a61a13
Diffstat (limited to 'res/values')
-rw-r--r--res/values/qcomarrays.xml2
-rw-r--r--res/values/qcomstrings.xml1
2 files changed, 3 insertions, 0 deletions
diff --git a/res/values/qcomarrays.xml b/res/values/qcomarrays.xml
index abe13a117..73c34bd39 100644
--- a/res/values/qcomarrays.xml
+++ b/res/values/qcomarrays.xml
@@ -531,6 +531,7 @@
<item>@string/pref_camera_video_duration_entry_mms</item>
<item>@string/pref_camera_video_duration_entry_10</item>
<item>@string/pref_camera_video_duration_entry_30</item>
+ <item>@string/pref_camera_video_duration_entry_nolimit</item>
</string-array>
<!-- The numbers are in minutes, except -1 means the duration suitable for mms. -->
@@ -538,6 +539,7 @@
<item>-1</item>
<item>10</item>
<item>30</item>
+ <item>0</item>
</string-array>
<!-- Camera Preferences Skin Tone Enhancement dialog box entries -->
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index c76f5c658..8d39738ff 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -97,6 +97,7 @@
<string name="pref_camera_video_duration_entry_mms">30 seconds(MMS)</string>
<string name="pref_camera_video_duration_entry_10">10 minutes</string>
<string name="pref_camera_video_duration_entry_30">30 minutes</string>
+ <string name="pref_camera_video_duration_entry_nolimit">no limit</string>
<!-- Default Skin Tone Enhancement setting. Do not translate. -->
<string name="pref_camera_skinToneEnhancement_default">disable</string>