Fix orientation during caching vcard.
This is a tiniest workaround for bug 6186985 : Contacts crash when
changing the orientation during Import from VCF file
Bug: 6186985
Change-Id: I8d981ca6ec494688cdf4dbfaa3d1135b9814c901
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d57aab6..c9fc2e8 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -564,6 +564,7 @@
<!-- vCard related -->
<activity android:name=".vcard.ImportVCardActivity"
android:configChanges="orientation|screenSize|keyboardHidden"
+ android:screenOrientation="nosensor"
android:theme="@style/BackgroundOnlyTheme">
<intent-filter>
<action android:name="android.intent.action.VIEW" />