| 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..2e96db8c3abe05c1ae858a710dac0602460e5c0e 100644
|
| --- a/webrtc/examples/androidapp/res/xml/preferences.xml
|
| +++ b/webrtc/examples/androidapp/res/xml/preferences.xml
|
| @@ -10,6 +10,11 @@
|
| android:dialogTitle="@string/pref_videocall_dlg"
|
| android:defaultValue="@string/pref_videocall_default" />
|
|
|
| + <CheckBoxPreference
|
| + android:key="@string/pref_camera2_key"
|
| + android:title="@string/pref_camera2_title"
|
| + android:defaultValue="@string/pref_camera2_default" />
|
| +
|
| <ListPreference
|
| android:key="@string/pref_resolution_key"
|
| android:title="@string/pref_resolution_title"
|
|
|