From 1b2758d1d31a021edf5f1631e42e0809ff3f298f Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Tue, 3 Sep 2013 10:35:38 -0700 Subject: Force Dialer to portrait mode Bug: 10598253 Change-Id: I3874a170789188876b13223edb1dcb0173241158 --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 37b78c093..6f3784112 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -67,7 +67,7 @@ android:launchMode="singleTask" android:clearTaskOnLaunch="true" android:icon="@mipmap/ic_launcher_phone" - android:screenOrientation="nosensor" + android:screenOrientation="portrait" android:enabled="@*android:bool/config_voice_capable" android:windowSoftInputMode="stateAlwaysHidden|adjustNothing"> -- cgit v1.2.3