From b42604078864a2bff98d078023122513a837a694 Mon Sep 17 00:00:00 2001 From: sakal Date: Tue, 22 Nov 2016 06:21:36 -0800 Subject: [PATCH] Add Full HD and 4K camera resolutions to AppRTCMobile Android. BUG=webrtc:6745,webrtc:6734 Review-Url: https://codereview.webrtc.org/2520313002 Cr-Commit-Position: refs/heads/master@{#15192} --- webrtc/examples/androidapp/res/values/arrays.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webrtc/examples/androidapp/res/values/arrays.xml b/webrtc/examples/androidapp/res/values/arrays.xml index 063b247bd3..c663400efc 100644 --- a/webrtc/examples/androidapp/res/values/arrays.xml +++ b/webrtc/examples/androidapp/res/values/arrays.xml @@ -2,6 +2,8 @@ Default + 4K (3840 x 2160) + Full HD (1920 x 1080) HD (1280 x 720) VGA (640 x 480) QVGA (320 x 240) @@ -9,6 +11,8 @@ Default + 3840 x 2160 + 1920 x 1080 1280 x 720 640 x 480 320 x 240