From 9df47ed19e59d442c25d6add7104e43d174a47c5 Mon Sep 17 00:00:00 2001 From: Freeman Ng Date: Thu, 9 Jun 2011 12:00:35 -0700 Subject: add "behind" screen orientation to prevent spurious flipping Calling setRequestedOrientation() before setContentView() used to start activities off in the desired orientation even if the device was in the opposite orientation, but now, there's a kind of lag where they display briefly in the device orientation before flipping to the request one. This change eliminates this effect. bug: 4581374 Change-Id: I807b0a0a8a247ec8e51b85707afcbd9f75ed9956 --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 54c29c16c..f07afa389 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -138,6 +138,7 @@ -- cgit v1.2.3