summaryrefslogtreecommitdiffstats
path: root/res/xml/video_preferences.xml
diff options
context:
space:
mode:
authorzhuw <zhuw@codeaurora.org>2018-11-05 14:52:26 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-11-07 18:38:52 -0800
commitde86a77ef2a1107274d1f8561a170156566797cf (patch)
treebd63948f9ad4044fc4a59b7b0cc57479be9b2a92 /res/xml/video_preferences.xml
parent644a5781c1c3af5824875f45b9a6f23bc3ca775c (diff)
downloadandroid_packages_apps_Snap-de86a77ef2a1107274d1f8561a170156566797cf.tar.gz
android_packages_apps_Snap-de86a77ef2a1107274d1f8561a170156566797cf.tar.bz2
android_packages_apps_Snap-de86a77ef2a1107274d1f8561a170156566797cf.zip
change video noise reduction setting option
change default value to high-quality Change-Id: I9824f0c70773e0c5977dee37bdfa7756f399075e CRs-Fixed: 2343836
Diffstat (limited to 'res/xml/video_preferences.xml')
-rwxr-xr-x[-rw-r--r--]res/xml/video_preferences.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml
index 3fafddda7..66e2e0524 100644..100755
--- a/res/xml/video_preferences.xml
+++ b/res/xml/video_preferences.xml
@@ -151,8 +151,8 @@
camera:entryValues="@array/pref_camera_hfr_entryvalues"/>
<ListPreference
camera:key="pref_camera_noise_reduction_key"
- camera:defaultValue="@string/pref_camera_noise_reduction_default"
- camera:title="@string/pref_camera_noise_reduction_title"
+ camera:defaultValue="@string/pref_camera2_noise_reduction_default"
+ camera:title="@string/pref_camera2_noise_reduction_title"
camera:entries="@array/pref_camera_noise_reduction_entries"
camera:entryValues="@array/pref_camera_noise_reduction_entryvalues"/>
<ListPreference