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

Unified Diff: webrtc/examples/androidapp/res/xml/preferences.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
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 a752b1cc9dd921ef1b27de6725831fa48348a293..35a392dc8c7567f53a6baa44e18f2691a86042e8 100644
--- a/webrtc/examples/androidapp/res/xml/preferences.xml
+++ b/webrtc/examples/androidapp/res/xml/preferences.xml
@@ -140,6 +140,14 @@
android:key="@string/pref_enable_level_control_key"
android:title="@string/pref_enable_level_control_title"
android:defaultValue="@string/pref_enable_level_control_default" />
+
+ <ListPreference
+ android:key="@string/pref_speakerphone_key"
+ android:title="@string/pref_speakerphone_title"
+ android:defaultValue="@string/pref_speakerphone_default"
+ android:dialogTitle="@string/pref_speakerphone_dlg"
+ android:entries="@array/speakerphone"
+ android:entryValues="@array/speakerphoneValues" />
</PreferenceCategory>
<PreferenceCategory

Powered by Google App Engine
This is Rietveld 408576698