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
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 98a864a..ff7c089 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>