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

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

Issue 2077663003: Camera2 in AppRTC Android Demo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@camera2_only
Patch Set: Rebase. Created 4 years, 6 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 fea8bfad136d97ada12088a8e7d6a9de48c5ca5a..13c8ad5aec0e169bf7244dc08590b8b863bcf0cc 100644
--- a/webrtc/examples/androidapp/res/xml/preferences.xml
+++ b/webrtc/examples/androidapp/res/xml/preferences.xml
@@ -11,6 +11,14 @@
android:defaultValue="@string/pref_videocall_default" />
<ListPreference
+ android:key="@string/pref_camera2_key"
+ android:title="@string/pref_camera2_title"
+ android:defaultValue="@string/pref_camera2_default"
+ android:dialogTitle="@string/pref_camera2_dlg"
+ android:entries="@array/enableDisableForce"
+ android:entryValues="@array/enableDisableForceValues" />
+
+ <ListPreference
android:key="@string/pref_resolution_key"
android:title="@string/pref_resolution_title"
android:defaultValue="@string/pref_resolution_default"

Powered by Google App Engine
This is Rietveld 408576698