| 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 8c111e0dfa01d07292365b80470773cee664a6d1..b54f2445e261aadc4c019e95547d4eb23ba3cc52 100644
|
| --- a/webrtc/examples/androidapp/res/xml/preferences.xml
|
| +++ b/webrtc/examples/androidapp/res/xml/preferences.xml
|
| @@ -60,6 +60,12 @@
|
| android:title="@string/pref_hwcodec_title"
|
| android:dialogTitle="@string/pref_hwcodec_dlg"
|
| android:defaultValue="@string/pref_hwcodec_default" />
|
| +
|
| + <CheckBoxPreference
|
| + android:key="@string/pref_capturetotexture_key"
|
| + android:title="@string/pref_capturetotexture_title"
|
| + android:dialogTitle="@string/pref_capturetotexture_dlg"
|
| + android:defaultValue="@string/pref_capturetotexture_default" />
|
| </PreferenceCategory>
|
|
|
| <PreferenceCategory
|
|
|