summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-12-03 17:17:42 -0800
committerChiao Cheng <chiaocheng@google.com>2012-12-03 17:17:42 -0800
commite98d54ede8201d441125d4bbb2851952c4272d10 (patch)
treee56eba5abcfe3955d5e1232e8c4cef6d3a78fb03 /AndroidManifest.xml
parente98d6e1bb4a887f81a430aec220975c1b2121f35 (diff)
downloadandroid_packages_apps_Contacts-e98d54ede8201d441125d4bbb2851952c4272d10.tar.gz
android_packages_apps_Contacts-e98d54ede8201d441125d4bbb2851952c4272d10.tar.bz2
android_packages_apps_Contacts-e98d54ede8201d441125d4bbb2851952c4272d10.zip
Moving vcard UI to ContactsCommon.
Moving all class in vcard directory in preparation to move ImportExportDialogFragment. Bug: 6993891 Change-Id: I5a321892f86f788e874cd6ca0d29f3136645b495
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index eff52d805..11eefcea5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -416,7 +416,7 @@
</activity>
<!-- vCard related -->
- <activity android:name=".vcard.ImportVCardActivity"
+ <activity android:name=".common.vcard.ImportVCardActivity"
android:configChanges="orientation|screenSize|keyboardHidden"
android:theme="@style/BackgroundOnlyTheme">
<intent-filter>
@@ -428,7 +428,7 @@
</intent-filter>
</activity>
- <activity android:name=".vcard.NfcImportVCardActivity"
+ <activity android:name=".common.vcard.NfcImportVCardActivity"
android:configChanges="orientation|screenSize|keyboardHidden"
android:theme="@style/BackgroundOnlyTheme">
<intent-filter>
@@ -439,17 +439,17 @@
</intent-filter>
</activity>
- <activity android:name=".vcard.CancelActivity"
+ <activity android:name=".common.vcard.CancelActivity"
android:theme="@style/BackgroundOnlyTheme" />
- <activity android:name=".vcard.SelectAccountActivity"
+ <activity android:name=".common.vcard.SelectAccountActivity"
android:theme="@style/BackgroundOnlyTheme" />
- <activity android:name=".vcard.ExportVCardActivity"
+ <activity android:name=".common.vcard.ExportVCardActivity"
android:theme="@style/BackgroundOnlyTheme" />
<service
- android:name=".vcard.VCardService"
+ android:name=".common.vcard.VCardService"
android:exported="false" />
<!-- Pinned header list demo -->