summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-01-05 13:57:24 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-01-05 13:57:24 -0800
commit1ec923e6fd96d396767f8b7e818b5854ae8bf821 (patch)
treeb0b622a7c8af3360c96bd707e24ed54c07d8df0e /res/xml
parent2f89961fd763d226b2f4a595bfb77e1a491c01e5 (diff)
parentd92a952b0cfe8e570f85112bc9a4c65729e7ffed (diff)
downloadandroid_packages_apps_Snap-1ec923e6fd96d396767f8b7e818b5854ae8bf821.tar.gz
android_packages_apps_Snap-1ec923e6fd96d396767f8b7e818b5854ae8bf821.tar.bz2
android_packages_apps_Snap-1ec923e6fd96d396767f8b7e818b5854ae8bf821.zip
Merge "SnapdragonCamera:Add instant AEC to developer option" into camera.lnx.1.0-dev.1.0
Diffstat (limited to 'res/xml')
-rwxr-xr-x[-rw-r--r--]res/xml/capture_preferences.xml7
-rwxr-xr-x[-rw-r--r--]res/xml/setting_menu_preferences.xml15
2 files changed, 22 insertions, 0 deletions
diff --git a/res/xml/capture_preferences.xml b/res/xml/capture_preferences.xml
index 8ad300fe7..cab23a027 100644..100755
--- a/res/xml/capture_preferences.xml
+++ b/res/xml/capture_preferences.xml
@@ -300,4 +300,11 @@
camera:entryValues="@array/pref_camera2_shutter_sound_entryvalues"
camera:key="pref_camera2_shutter_sound_key"
camera:title="@string/pref_camera2_shutter_sound_title" />
+
+ <ListPreference
+ camera:defaultValue="@string/pref_camera2_instant_aec_default"
+ camera:entries="@array/pref_camera2_instant_aec_entries"
+ camera:entryValues="@array/pref_camera2_instant_aec_entryvalues"
+ camera:key="pref_camera2_instant_aec_key"
+ camera:title="@string/pref_camera2_instant_aec_title" />
</PreferenceGroup>
diff --git a/res/xml/setting_menu_preferences.xml b/res/xml/setting_menu_preferences.xml
index 80097f497..7c03e589d 100644..100755
--- a/res/xml/setting_menu_preferences.xml
+++ b/res/xml/setting_menu_preferences.xml
@@ -275,4 +275,19 @@
android:summary="Version"
android:title="Version Info" />
</PreferenceCategory>
+
+ <PreferenceCategory
+ android:key="developer"
+ android:layout="@layout/preferences_category"
+ android:title="DEVELOPER OPTIONS">
+
+ <ListPreference
+ android:defaultValue="@string/pref_camera2_instant_aec_default"
+ android:entries="@array/pref_camera2_instant_aec_entries"
+ android:entryValues="@array/pref_camera2_instant_aec_entryvalues"
+ android:key="pref_camera2_instant_aec_key"
+ android:layout="@layout/preference"
+ android:summary="%s"
+ android:title="@string/pref_camera2_instant_aec_title" />
+ </PreferenceCategory>
</PreferenceScreen>