summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDaisuke Miyakawa <dmiyakawa@google.com>2012-03-22 09:07:06 -0700
committerDaisuke Miyakawa <dmiyakawa@google.com>2012-03-22 09:16:20 -0700
commiteaf359d1ada6f68863e3ab591427dcb71ae6ad87 (patch)
treed571b435fa4664a1982330620d98c0e5bd226897 /AndroidManifest.xml
parenta928faa7f2e412d01634113c741aeb48e8ddc01b (diff)
downloadpackages_apps_Contacts-eaf359d1ada6f68863e3ab591427dcb71ae6ad87.tar.gz
packages_apps_Contacts-eaf359d1ada6f68863e3ab591427dcb71ae6ad87.tar.bz2
packages_apps_Contacts-eaf359d1ada6f68863e3ab591427dcb71ae6ad87.zip
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
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 d57aab6b6..c9fc2e8d2 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" />