summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-10-24 11:26:25 +0300
committerChippa-a <vusal1372@gmail.com>2019-10-25 15:55:25 +0300
commit6ab4abaeba483e1badd41c92034f868578016fdc (patch)
tree2ccdcc5e3fa7788fd1e33dbdd66ea1b4ec75abec /res/values
parenta54fd8a26cde86b0be36c423ec1d1d0ab2d4bd92 (diff)
downloadandroid_packages_apps_Snap-6ab4abaeba483e1badd41c92034f868578016fdc.tar.gz
android_packages_apps_Snap-6ab4abaeba483e1badd41c92034f868578016fdc.tar.bz2
android_packages_apps_Snap-6ab4abaeba483e1badd41c92034f868578016fdc.zip
Camera2: Remove CAF video duration code
Change-Id: I583e212f3c43a5ddf80fdb16557b3ddd9e3161c2 Signed-off-by: Chippa-a <vusal1372@gmail.com>
Diffstat (limited to 'res/values')
-rwxr-xr-xres/values/camera2arrays.xml19
-rwxr-xr-xres/values/qcomarrays.xml16
-rwxr-xr-xres/values/qcomstrings.xml13
3 files changed, 0 insertions, 48 deletions
diff --git a/res/values/camera2arrays.xml b/res/values/camera2arrays.xml
index 921303120..f28b2d682 100755
--- a/res/values/camera2arrays.xml
+++ b/res/values/camera2arrays.xml
@@ -746,25 +746,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_48</item>
- <item>@string/pref_camera_video_duration_entry_144</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>48</item>
- <item>144</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>
diff --git a/res/values/qcomarrays.xml b/res/values/qcomarrays.xml
index 53b2ba7d1..83d52b57c 100755
--- a/res/values/qcomarrays.xml
+++ b/res/values/qcomarrays.xml
@@ -574,22 +574,6 @@
<item>aac</item>
</string-array>
- <!-- Camera Preferences Video Duration dialog box entries -->
- <string-array name="pref_camera_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_camera_video_duration_entryvalues" translatable="false">
- <item>-1</item>
- <item>10</item>
- <item>30</item>
- <item>0</item>
- </string-array>
-
<!-- Camera Preferences Skin Tone Enhancement dialog box entries -->
<string-array name="pref_camera_skinToneEnhancement_entries">
<item>@string/pref_camera_skinToneEnhancement_entry_enable</item>
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index f097e4739..744281ea0 100755
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -81,19 +81,6 @@
<!-- Settings screen, Audio encoder dialog radio button choices -->
<string name="pref_camera_audioencoder_entry_0">AMRNB</string>
<string name="pref_camera_audioencoder_entry_1">AAC</string>
- <!-- Default video duration setting. A numerical value.-->
- <string name="pref_camera_video_duration_default" translatable="false">10</string>
-
- <!-- Settings screen, Video duration title -->
- <string name="pref_camera_video_duration_title">Video duration</string>
-
- <!-- Settings screen, Video duration dialog radio button choices -->
- <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_48">48 minutes</string>
- <string name="pref_camera_video_duration_entry_144">144 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>