Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(555)

Unified Diff: webrtc/examples/androidapp/res/xml/preferences.xml

Issue 2002093002: Add an option to disable built-in AEC to AppRTC Android Demo (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Remove empty line Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/examples/androidapp/res/xml/preferences.xml
diff --git a/webrtc/examples/androidapp/res/xml/preferences.xml b/webrtc/examples/androidapp/res/xml/preferences.xml
index 0c6f916a2d72152f37bf1819d4e5349dad20b65a..fea8bfad136d97ada12088a8e7d6a9de48c5ca5a 100644
--- a/webrtc/examples/androidapp/res/xml/preferences.xml
+++ b/webrtc/examples/androidapp/res/xml/preferences.xml
@@ -112,6 +112,12 @@
android:title="@string/pref_opensles_title"
android:dialogTitle="@string/pref_opensles_dlg"
android:defaultValue="@string/pref_opensles_default" />
+
+ <CheckBoxPreference
+ android:key="@string/pref_disable_built_in_aec_key"
+ android:title="@string/pref_disable_built_in_aec_title"
+ android:dialogTitle="@string/pref_disable_built_in_aec_dlg"
+ android:defaultValue="@string/pref_disable_built_in_aec_default" />
</PreferenceCategory>
<PreferenceCategory

Powered by Google App Engine
This is Rietveld 408576698