From 3325a51b13deb40695aa9b2864f6a10166838927 Mon Sep 17 00:00:00 2001 From: Sai Cheemalapati Date: Wed, 25 Jun 2014 09:58:08 -0700 Subject: Dialer should honor orientation lock. Dialer now honors the orientation lock. Will remain in portrait mode if device is locked to portrait. Bug: 15872173 Change-Id: I5068ed392ad7e55663617bf60ecfbda7b78c06b6 --- AndroidManifest.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index fdb874bd2..6d0e0c9ac 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -72,7 +72,6 @@ android:launchMode="singleTask" android:clearTaskOnLaunch="true" android:icon="@mipmap/ic_launcher_phone" - android:screenOrientation="sensor" android:enabled="@*android:bool/config_voice_capable" android:windowSoftInputMode="stateAlwaysHidden|adjustNothing"> @@ -127,7 +126,6 @@ @@ -140,7 +138,6 @@ @@ -265,7 +262,6 @@ android:label="@string/phoneAppLabel" android:excludeFromRecents="true" android:launchMode="singleInstance" - android:screenOrientation="sensor" android:configChanges="keyboardHidden" android:exported="false" android:process="com.android.incallui"> -- cgit v1.2.3