summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2015-05-11 17:18:07 -0700
committerBrian Attwell <brianattwell@google.com>2015-05-11 17:23:47 -0700
commitbd53eb4bdc90d7065cea770ca456c454bfb72f47 (patch)
tree7134560c842bb4a0ce129bf875abff5f4c5420e6 /AndroidManifest.xml
parent92e8d005feb26e1444fea59fbba91a42a370b58d (diff)
downloadandroid_packages_apps_Dialer-bd53eb4bdc90d7065cea770ca456c454bfb72f47.tar.gz
android_packages_apps_Dialer-bd53eb4bdc90d7065cea770ca456c454bfb72f47.tar.bz2
android_packages_apps_Dialer-bd53eb4bdc90d7065cea770ca456c454bfb72f47.zip
add RequestImportVCardPermissionsActivity to manifest
Bug: 21029757 Change-Id: I74061f2db5a291b8583009b5f975b37dcd515187
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8ca8e4c97..fc5fed635 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -197,6 +197,12 @@
android:label="@string/custom_list_filter"
android:theme="@style/ContactListFilterTheme"/>
+ <activity
+ android:name="com.android.contacts.common.activity.RequestImportVCardPermissionsActivity"
+ android:label="@string/launcherActivityLabel"
+ android:theme="@style/BackgroundOnlyTheme"
+ android:exported="false"/>
+
<!-- vCard related -->
<activity android:name="com.android.contacts.common.vcard.ImportVCardActivity"
android:configChanges="orientation|screenSize|keyboardHidden"