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 |