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

Unified Diff: webrtc/examples/androidapp/res/values/arrays.xml

Issue 2194613003: Add an option to disable proximity sensor to AppRTC Demo Android. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@levelcontrol
Patch Set: Created 4 years, 5 months 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 | « no previous file | webrtc/examples/androidapp/res/values/strings.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/androidapp/res/values/arrays.xml
diff --git a/webrtc/examples/androidapp/res/values/arrays.xml b/webrtc/examples/androidapp/res/values/arrays.xml
index dd06c46ed16bbe6f8be06600db544677e7a2a693..063b247bd31e6e798694574c03e0009755fa9c3e 100644
--- a/webrtc/examples/androidapp/res/values/arrays.xml
+++ b/webrtc/examples/androidapp/res/values/arrays.xml
@@ -36,6 +36,18 @@
<item>ISAC</item>
</string-array>
+ <string-array name="speakerphone">
+ <item>Auto (proximity sensor)</item>
+ <item>Enabled</item>
+ <item>Disabled</item>
+ </string-array>
+
+ <string-array name="speakerphoneValues">
+ <item>auto</item>
+ <item>true</item>
+ <item>false</item>
+ </string-array>
+
<string-array name="roomListContextMenu">
<item>Remove favorite</item>
</string-array>
« no previous file with comments | « no previous file | webrtc/examples/androidapp/res/values/strings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698