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

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

Issue 2871393002: AppRTCMobile support to turn off the WebRTC AGC and HPF (Closed)
Patch Set: Removed coded that did not belong to this CL Created 3 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 675354690a958151911e9435ca28a82d543b28e6..c9fe750d9e230d6dab52c9fdd46e7799f423d3d7 100644
--- a/webrtc/examples/androidapp/res/xml/preferences.xml
+++ b/webrtc/examples/androidapp/res/xml/preferences.xml
@@ -152,6 +152,11 @@
android:title="@string/pref_enable_level_control_title"
android:defaultValue="@string/pref_enable_level_control_default" />
+ <CheckBoxPreference
+ android:key="@string/pref_disable_webrtc_agc_and_hpf_key"
+ android:title="@string/pref_disable_webrtc_agc_and_hpf_title"
+ android:defaultValue="@string/pref_disable_webrtc_agc_default" />
+
<ListPreference
android:key="@string/pref_speakerphone_key"
android:title="@string/pref_speakerphone_title"
« 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