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 0fe9abe2f0339a2f4c0bbc4109fc388d41045439..675354690a958151911e9435ca28a82d543b28e6 100644 |
--- a/webrtc/examples/androidapp/res/xml/preferences.xml |
+++ b/webrtc/examples/androidapp/res/xml/preferences.xml |
@@ -76,6 +76,12 @@ |
android:title="@string/pref_capturetotexture_title" |
android:dialogTitle="@string/pref_capturetotexture_dlg" |
android:defaultValue="@string/pref_capturetotexture_default" /> |
+ |
+ <CheckBoxPreference |
+ android:key="@string/pref_flexfec_key" |
+ android:title="@string/pref_flexfec_title" |
+ android:dialogTitle="@string/pref_flexfec_dlg" |
+ android:defaultValue="@string/pref_flexfec_default" /> |
</PreferenceCategory> |
<PreferenceCategory |