| Index: talk/examples/android/res/values/arrays.xml
|
| diff --git a/talk/examples/android/res/values/arrays.xml b/talk/examples/android/res/values/arrays.xml
|
| deleted file mode 100644
|
| index ba8c8918ce060c1a3fa6c1f424f3114c11673381..0000000000000000000000000000000000000000
|
| --- a/talk/examples/android/res/values/arrays.xml
|
| +++ /dev/null
|
| @@ -1,39 +0,0 @@
|
| -<?xml version="1.0" encoding="utf-8"?>
|
| -<resources>
|
| - <string-array name="videoResolutions">
|
| - <item>Default</item>
|
| - <item>HD (1280 x 720)</item>
|
| - <item>VGA (640 x 480)</item>
|
| - <item>QVGA (320 x 240)</item>
|
| - </string-array>
|
| -
|
| - <string-array name="videoResolutionsValues">
|
| - <item>Default</item>
|
| - <item>1280 x 720</item>
|
| - <item>640 x 480</item>
|
| - <item>320 x 240</item>
|
| - </string-array>
|
| -
|
| - <string-array name="cameraFps">
|
| - <item>Default</item>
|
| - <item>30 fps</item>
|
| - <item>15 fps</item>
|
| - </string-array>
|
| -
|
| - <string-array name="startBitrate">
|
| - <item>Default</item>
|
| - <item>Manual</item>
|
| - </string-array>
|
| -
|
| - <string-array name="videoCodecs">
|
| - <item>VP8</item>
|
| - <item>VP9</item>
|
| - <item>H264</item>
|
| - </string-array>
|
| -
|
| - <string-array name="audioCodecs">
|
| - <item>OPUS</item>
|
| - <item>ISAC</item>
|
| - </string-array>
|
| -
|
| -</resources>
|
|
|