Add SelectAccountActivity and make vCard importer use it.

Change-Id: Id7b39c82b506e90775bd4e0fada0045c11fccfd1
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0994728..23e7cb0 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -495,6 +495,9 @@
             </intent-filter>
         </activity>
 
+        <activity android:name=".SelectAccountActivity"
+            android:theme="@style/BackgroundOnly" />
+
         <service
             android:name=".ImportVCardService"
             android:exported="false" />