summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorFlavio Lerda <flerda@google.com>2011-07-22 15:44:08 +0100
committerFlavio Lerda <flerda@google.com>2011-07-22 15:44:08 +0100
commitc03b1185dfc32248944c7b2f3d9a32f71954c1d6 (patch)
tree422ac4672ee877dfdb266f063b386fd912a4cc54 /AndroidManifest.xml
parent8206d115bf59bbaa62347eb58bcdd2eb168bc18c (diff)
downloadpackages_apps_Contacts-c03b1185dfc32248944c7b2f3d9a32f71954c1d6.tar.gz
packages_apps_Contacts-c03b1185dfc32248944c7b2f3d9a32f71954c1d6.tar.bz2
packages_apps_Contacts-c03b1185dfc32248944c7b2f3d9a32f71954c1d6.zip
Call details should not change orientation.
No matter what the physical orientation of the phone is, the call details should always be displayed in the default orientation for the device. Bug: 5035449 Change-Id: Iab3840912744940bdcc02cefaeace6edfe687bdf
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 98a864aee..ff7c0890f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -467,6 +467,7 @@
<activity android:name="CallDetailActivity"
android:label="@string/callDetailTitle"
android:theme="@style/CallDetailActivityTheme"
+ android:screenOrientation="nosensor"
android:taskAffinity="android.task.contacts.phone"
>
<intent-filter>