summaryrefslogtreecommitdiffstats
path: root/res/values/camera2arrays.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-10-24 11:26:25 +0300
committerBruno Martins <bgcngm@gmail.com>2018-11-20 12:30:48 +0000
commit740ef2453e53252f4ab9797cc22b7ceba8f386c8 (patch)
tree1373665716ffb818bfd25a77c948b5e82e17ba10 /res/values/camera2arrays.xml
parent73c0e985518c06e46cf90dae296c6939f11d6f19 (diff)
downloadandroid_packages_apps_Snap-740ef2453e53252f4ab9797cc22b7ceba8f386c8.tar.gz
android_packages_apps_Snap-740ef2453e53252f4ab9797cc22b7ceba8f386c8.tar.bz2
android_packages_apps_Snap-740ef2453e53252f4ab9797cc22b7ceba8f386c8.zip
Camera2: Remove CAF video duration code
Change-Id: I583e212f3c43a5ddf80fdb16557b3ddd9e3161c2
Diffstat (limited to 'res/values/camera2arrays.xml')
-rwxr-xr-xres/values/camera2arrays.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/res/values/camera2arrays.xml b/res/values/camera2arrays.xml
index e05303325..9889d2fa0 100755
--- a/res/values/camera2arrays.xml
+++ b/res/values/camera2arrays.xml
@@ -730,21 +730,6 @@
<item>320x240</item>
</string-array>
- <string-array name="pref_camera2_video_duration_entries" translatable="false">
- <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. -->
- <string-array name="pref_camera2_video_duration_entryvalues" translatable="false">
- <item>-1</item>
- <item>10</item>
- <item>30</item>
- <item>0</item>
- </string-array>
-
<string-array name="pref_camera2_videoencoder_entries" translatable="false">
<item>@string/pref_camera_videoencoder_entry_0</item>
<item>@string/pref_camera_videoencoder_entry_1</item>