summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2013-12-25 15:10:58 -0800
committerArne Coucheron <arco68@gmail.com>2018-01-26 01:02:56 +0100
commitd65ab55fff3f20affe650a4b6a1477f9a7d845c0 (patch)
treeb41403934e27067a05c338971d128b63207be70c /res
parent3c70192ac84f19841cc4422410c7560f3fe69812 (diff)
downloadandroid_packages_apps_Snap-d65ab55fff3f20affe650a4b6a1477f9a7d845c0.tar.gz
android_packages_apps_Snap-d65ab55fff3f20affe650a4b6a1477f9a7d845c0.tar.bz2
android_packages_apps_Snap-d65ab55fff3f20affe650a4b6a1477f9a7d845c0.zip
Snap: Remove touch AF/AEC option
* Drop the use of the touchaf-aec parameter entirely. No camera needs this anymore. Change-Id: I83154a75e5375901dc6c0fc93aef23637cfdf425 (cherry picked from commit 8ba41f452222c87a733fd2d045f9c513fd8d7799)
Diffstat (limited to 'res')
-rwxr-xr-xres/values/qcomarrays.xml12
-rwxr-xr-xres/values/qcomstrings.xml10
-rwxr-xr-xres/xml/camera_preferences.xml6
3 files changed, 0 insertions, 28 deletions
diff --git a/res/values/qcomarrays.xml b/res/values/qcomarrays.xml
index c74c9c44f..25a7ca906 100755
--- a/res/values/qcomarrays.xml
+++ b/res/values/qcomarrays.xml
@@ -286,18 +286,6 @@
<item>AE-Bracket</item>
</string-array>
- <!-- Camera Preferences Touch AF/AEC dialog box entries -->
- <string-array name="pref_camera_touchafaec_entries">
- <item>@string/pref_camera_touchafaec_entry_off</item>
- <item>@string/pref_camera_touchafaec_entry_on</item>
- </string-array>
-
- <!-- Do not localize entryvalues -->
- <string-array name="pref_camera_touchafaec_entryvalues">
- <item>touch-off</item>
- <item>touch-on</item>
- </string-array>
-
<!-- DIS dialog box entries -->
<string-array name="pref_camera_dis_entries">
<item>@string/pref_camera_dis_entry_off</item>
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 36abd8159..b49fc1f4a 100755
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -554,16 +554,6 @@
<string name="pref_camera_coloreffect_entry_bluetint">Blue tint</string>
<string name="pref_camera_coloreffect_entry_greentint">Green tint</string>
- <!-- Default Touch AF/AEC setting. Do not translate. -->
- <string name="pref_camera_touchafaec_default">touch-on</string>
-
- <!-- Settings screen, Select Touch AF/AEC title -->
- <string name="pref_camera_touchafaec_title">Touch AF/AEC</string>
-
- <!-- Settings screen, Touch AF/AEC dialog radio button choices -->
- <string name="pref_camera_touchafaec_entry_off">Off</string>
- <string name="pref_camera_touchafaec_entry_on">On</string>
-
<!-- Select IS title -->
<string name="pref_camera_dis_title">Image Stabilization</string>
diff --git a/res/xml/camera_preferences.xml b/res/xml/camera_preferences.xml
index ea6612726..3fa5baa7a 100755
--- a/res/xml/camera_preferences.xml
+++ b/res/xml/camera_preferences.xml
@@ -178,12 +178,6 @@
camera:singleIcon="@drawable/ic_settings_quality"
camera:entries="@array/pref_camera_jpegquality_entries"
camera:entryValues="@array/pref_camera_jpegquality_entryvalues" />
- <ListPreference
- camera:key="pref_camera_touchafaec_key"
- camera:defaultValue="@string/pref_camera_touchafaec_default"
- camera:title="@string/pref_camera_touchafaec_title"
- camera:entries="@array/pref_camera_touchafaec_entries"
- camera:entryValues="@array/pref_camera_touchafaec_entryvalues" />
<IconListPreference
camera:key="pref_camera_iso_key"
camera:defaultValue="@string/pref_camera_iso_default"