Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9fea7488 authored by Wenyi Wang's avatar Wenyi Wang
Browse files

Show Drive as an option in Import contacts (.vcf) file

Bug: 23685502
Change-Id: I50935ab5bf365c46e15c6a985985ad56904639f8
parent 7a9ff812
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -663,7 +663,6 @@ public class ImportVCardActivity extends Activity {
            intent.addCategory(Intent.CATEGORY_OPENABLE);
            intent.setType(VCardService.X_VCARD_MIME_TYPE);
            intent.putExtra(Intent.EXTRA_ALLOW_MULTIPLE, true);
            intent.putExtra(Intent.EXTRA_LOCAL_ONLY, true);
            startActivityForResult(intent, REQUEST_OPEN_DOCUMENT);
        }
    }