| 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"
|
|
|