diff options
author | Sai Cheemalapati <saicheems@google.com> | 2014-07-15 10:51:53 -0700 |
---|---|---|
committer | Sai Cheemalapati <saicheems@google.com> | 2014-07-15 10:51:53 -0700 |
commit | 87ab5bffc59730d6e491586bfc641cfee50de9f7 (patch) | |
tree | 36f697d05bcc6f214a99ce62a9201057b7e48c4a | |
parent | 434dbcc2f581619f79a691e1a39c5e69003a9d16 (diff) |
Fixing Dialer InCallUI to portrait.
InCallUI now fixed to portrait orientation.
Bug: 15985084
Change-Id: I0a61a5c3fef6ab334b4ca9b7b0a4f24df1b37dbd
-rw-r--r-- | AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index bacec34f6..3fb4c4398 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -270,7 +270,8 @@ android:launchMode="singleInstance" android:configChanges="keyboardHidden" android:exported="false" - android:process="com.android.incallui"> + android:process="com.android.incallui" + android:screenOrientation="nosensor"> </activity> <!-- BroadcastReceiver for receiving Intents from Notification mechanism. --> |