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

Unified Diff: webrtc/examples/androidapp/res/values/strings.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
« no previous file with comments | « webrtc/examples/androidapp/AndroidManifest.xml ('k') | webrtc/examples/androidapp/res/xml/preferences.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/androidapp/res/values/strings.xml
diff --git a/webrtc/examples/androidapp/res/values/strings.xml b/webrtc/examples/androidapp/res/values/strings.xml
index c0c1c677e2cdea13ae578235e1d3414c2f8a53bc..5de2d7ddd7ea96483a8c2fbce81c05023f663087 100644
--- a/webrtc/examples/androidapp/res/values/strings.xml
+++ b/webrtc/examples/androidapp/res/values/strings.xml
@@ -39,6 +39,10 @@
<string name="pref_videocall_dlg">Enable video in a call.</string>
<string name="pref_videocall_default">true</string>
+ <string name="pref_screencapture_key">screencapture_preference</string>
+ <string name="pref_screencapture_title">Use screencapture.</string>
+ <string name="pref_screencapture_default">false</string>
+
<string name="pref_camera2_key">camera2_preference</string>
<string name="pref_camera2_title">Use Camera2.</string>
<string name="pref_camera2_default">true</string>
« no previous file with comments | « webrtc/examples/androidapp/AndroidManifest.xml ('k') | webrtc/examples/androidapp/res/xml/preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698