From da9fe01f539ca50251003d5c783aec434be23d3c Mon Sep 17 00:00:00 2001 From: Sai Cheemalapati Date: Tue, 17 Jun 2014 13:31:07 -0700 Subject: Enabling landscape in AOSP Dialer. Dialer now orientates based on sensor. No longer fixed to portrait mode. Change-Id: Ifb6e4e68f384501f6c8351c146906b323e0f1e8d --- AndroidManifest.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 6879f3a2b..fdb874bd2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -72,7 +72,7 @@ android:launchMode="singleTask" android:clearTaskOnLaunch="true" android:icon="@mipmap/ic_launcher_phone" - android:screenOrientation="portrait" + android:screenOrientation="sensor" android:enabled="@*android:bool/config_voice_capable" android:windowSoftInputMode="stateAlwaysHidden|adjustNothing"> @@ -127,7 +127,7 @@ @@ -140,7 +140,7 @@ @@ -265,7 +265,7 @@ android:label="@string/phoneAppLabel" android:excludeFromRecents="true" android:launchMode="singleInstance" - android:screenOrientation="nosensor" + android:screenOrientation="sensor" android:configChanges="keyboardHidden" android:exported="false" android:process="com.android.incallui"> -- cgit v1.2.3