add RequestImportVCardPermissionsActivity to manifest
Bug: 21029757
Change-Id: I74061f2db5a291b8583009b5f975b37dcd515187
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e5dca5a..536d543 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -223,6 +223,12 @@
android:exported="false"/>
<activity
+ android:name=".common.activity.RequestImportVCardPermissionsActivity"
+ android:label="@string/launcherActivityLabel"
+ android:theme="@style/PeopleTheme"
+ android:exported="false"/>
+
+ <activity
android:name=".activities.ShowOrCreateActivity"
android:label="@string/launcherActivityLabel"
android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar">