From 838e990cc64c4659c3414da7721b517cb77cc18a Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Fri, 22 Aug 2014 07:44:59 -0700 Subject: Defaulting InCall UI to portrait. If video APIs are in use there is code to allow orientation switching. Since these APIs are not in use now default to locked portrait orientation. Bug: 17188135 Change-Id: If31edc02607aa8694f4058f244f654d74e629b70 --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 05cd5b573..92d6d9465 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -282,7 +282,7 @@ android:configChanges="keyboardHidden" android:exported="false" android:process="com.android.incallui" - android:screenOrientation="sensor" > + android:screenOrientation="nosensor" > -- cgit v1.2.3