| 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 146ff5e62f3e52cd80ec3caf5a4e7c11d808dee4..35a6e6ef4e7f74612c27c5b8dc9eae58394264a4 100644
|
| --- a/webrtc/examples/androidapp/res/xml/preferences.xml
|
| +++ b/webrtc/examples/androidapp/res/xml/preferences.xml
|
| @@ -11,6 +11,11 @@
|
| android:defaultValue="@string/pref_videocall_default" />
|
|
|
| <CheckBoxPreference
|
| + android:key="@string/pref_screencapture_key"
|
| + android:title="@string/pref_screencapture_title"
|
| + android:defaultValue="@string/pref_screencapture_default" />
|
| +
|
| + <CheckBoxPreference
|
| android:key="@string/pref_camera2_key"
|
| android:title="@string/pref_camera2_title"
|
| android:defaultValue="@string/pref_camera2_default" />
|
|
|