From 1d86a48b07294d510902b266054bc76308c3a119 Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Sun, 27 Jul 2014 14:52:49 -0700 Subject: Support for landscape InCall UI during video calls. Unlocking screen orientation as it will programatically locked to Portrait for voice calls and unlocked for video calls. Bug: 16012946 Change-Id: I579e62f696c81b6336c1aa79883371db9ea660e8 --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 5c1164b82..fa13adfbe 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -281,7 +281,7 @@ android:configChanges="keyboardHidden" android:exported="false" android:process="com.android.incallui" - android:screenOrientation="nosensor"> + android:screenOrientation="sensor" > -- cgit v1.2.3