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

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

Issue 2184653002: Add an option to disable built-in AGC/NS to AppRTC Demo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 5 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 2e96db8c3abe05c1ae858a710dac0602460e5c0e..7b199c2e455b96207fcd9936aa48870a830241ab 100644
--- a/webrtc/examples/androidapp/res/xml/preferences.xml
+++ b/webrtc/examples/androidapp/res/xml/preferences.xml
@@ -123,6 +123,18 @@
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" />
+
+ <CheckBoxPreference
+ android:key="@string/pref_disable_built_in_agc_key"
+ android:title="@string/pref_disable_built_in_agc_title"
+ android:dialogTitle="@string/pref_disable_built_in_agc_dlg"
+ android:defaultValue="@string/pref_disable_built_in_agc_default" />
+
+ <CheckBoxPreference
+ android:key="@string/pref_disable_built_in_ns_key"
+ android:title="@string/pref_disable_built_in_ns_title"
+ android:dialogTitle="@string/pref_disable_built_in_ns_dlg"
+ android:defaultValue="@string/pref_disable_built_in_ns_default" />
</PreferenceCategory>
<PreferenceCategory
« no previous file with comments | « webrtc/examples/androidapp/res/values/strings.xml ('k') | webrtc/examples/androidapp/src/org/appspot/apprtc/CallActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698