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

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

Issue 2550393002: Add FlexFEC settings toggle in Android AppRTCMobile. (Closed)
Patch Set: Created 4 years 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 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
« 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