summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorJaimin Bhise <jbhise@codeaurora.org>2015-07-15 12:58:58 +0530
committerJaimin Bhise <jbhise@codeaurora.org>2015-10-29 13:57:25 -0700
commitc1263820a5d1aa97e6427cb6af07bd6af76fcfe8 (patch)
treeed48ccf72262a23e5dc177b8ce1e6bb36ac8957b /res/values/qcomstrings.xml
parentcf50c164afdcb43aa8cb03eb5e450568d6b33512 (diff)
downloadandroid_packages_apps_Snap-c1263820a5d1aa97e6427cb6af07bd6af76fcfe8.tar.gz
android_packages_apps_Snap-c1263820a5d1aa97e6427cb6af07bd6af76fcfe8.tar.bz2
android_packages_apps_Snap-c1263820a5d1aa97e6427cb6af07bd6af76fcfe8.zip
SnapdragonCamera: Fix compilation
1. Address compilation due to compiler upgrade. 2. Comment out video dependencies to enable camera. 3. Fix compilation issue due to IMountService interface change. 4. Comment out ExtendedFace. 5. Remove non-standard video resolutions. 6. Revert "camera: override shutter sound volume" commit 8a50cda8f72738e943904fdf7cae189b2b0a8ea8. Change-Id: I167ab5ff399c4f1d306a1a7ddf94896565c9625a
Diffstat (limited to 'res/values/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index fd189a8a1..08a3d60ba 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -19,16 +19,8 @@
-->
<resources>
- <!-- Video quality setting entry. Videos will be recorded in FWVGA quality. [CHAR LIMIT=24] -->
- <string name="pref_video_quality_entry_fwvga" translatable="false">FWVGA</string>
- <!-- Video quality setting entry. Videos will be recorded in WVGA quality. [CHAR LIMIT=24] -->
- <string name="pref_video_quality_entry_wvga" translatable="false">WVGA</string>
<!-- Video quality setting entry. Videos will be recorded in VGA quality. [CHAR LIMIT=24] -->
<string name="pref_video_quality_entry_vga" translatable="false">VGA</string>
- <!-- Video quality setting entry. Videos will be recorded in HVGA quality. [CHAR LIMIT=24] -->
- <string name="pref_video_quality_entry_hvga" translatable="false">HVGA</string>
- <!-- Video quality setting entry. Videos will be recorded in WQVGA quality. [CHAR LIMIT=24] -->
- <string name="pref_video_quality_entry_wqvga" translatable="false">WQVGA</string>
<!-- Video quality setting entry. Videos will be recorded in CIF quality. [CHAR LIMIT=24] -->
<string name="pref_video_quality_entry_cif" translatable="false">CIF</string>
<!-- Video quality setting entry. Videos will be recorded in QVGA quality. [CHAR LIMIT=24] -->