summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSai Cheemalapati <saicheems@google.com>2014-07-15 10:51:53 -0700
committerSai Cheemalapati <saicheems@google.com>2014-07-15 10:51:53 -0700
commit87ab5bffc59730d6e491586bfc641cfee50de9f7 (patch)
tree36f697d05bcc6f214a99ce62a9201057b7e48c4a /AndroidManifest.xml
parent434dbcc2f581619f79a691e1a39c5e69003a9d16 (diff)
downloadandroid_packages_apps_Dialer-87ab5bffc59730d6e491586bfc641cfee50de9f7.tar.gz
android_packages_apps_Dialer-87ab5bffc59730d6e491586bfc641cfee50de9f7.tar.bz2
android_packages_apps_Dialer-87ab5bffc59730d6e491586bfc641cfee50de9f7.zip
Fixing Dialer InCallUI to portrait.
InCallUI now fixed to portrait orientation. Bug: 15985084 Change-Id: I0a61a5c3fef6ab334b4ca9b7b0a4f24df1b37dbd
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
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. -->