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

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

Issue 2488643002: Add screenshare support to AppRTCMobile. (Closed)
Patch Set: Use correct capturing format. Created 4 years, 1 month 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 146ff5e62f3e52cd80ec3caf5a4e7c11d808dee4..35a6e6ef4e7f74612c27c5b8dc9eae58394264a4 100644
--- a/webrtc/examples/androidapp/res/xml/preferences.xml
+++ b/webrtc/examples/androidapp/res/xml/preferences.xml
@@ -11,6 +11,11 @@
android:defaultValue="@string/pref_videocall_default" />
<CheckBoxPreference
+ android:key="@string/pref_screencapture_key"
+ android:title="@string/pref_screencapture_title"
+ android:defaultValue="@string/pref_screencapture_default" />
+
+ <CheckBoxPreference
android:key="@string/pref_camera2_key"
android:title="@string/pref_camera2_title"
android:defaultValue="@string/pref_camera2_default" />
« 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