Fixing Dialer InCallUI to portrait.
InCallUI now fixed to portrait orientation.
Bug: 15985084
Change-Id: I0a61a5c3fef6ab334b4ca9b7b0a4f24df1b37dbd
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index bacec34..3fb4c43 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. -->