From 6a36f0e46fdcf195a4d9e55f17a94293bdf2f5a6 Mon Sep 17 00:00:00 2001 From: "fischman@webrtc.org" Date: Thu, 9 May 2013 17:40:33 +0000 Subject: [PATCH] Since the layout of the Android WebRTC demo application is fixed, if we start the demo application in portrait postion, the activity will be destroyed and then created again, force the demo application to start in landscape position to avoid activity re-creation. BUG=webrtc:1741 TEST=Build and run the Android WebRTC demo application R=fischman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1439006 Patch from Jeremy Mao . git-svn-id: http://webrtc.googlecode.com/svn/trunk@3994 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/video_engine/test/android/AndroidManifest.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webrtc/video_engine/test/android/AndroidManifest.xml b/webrtc/video_engine/test/android/AndroidManifest.xml index 72631ca486..2e99fdaf1a 100644 --- a/webrtc/video_engine/test/android/AndroidManifest.xml +++ b/webrtc/video_engine/test/android/AndroidManifest.xml @@ -7,9 +7,8 @@ - -