Skip to content

How to implement contact backup to cloud? #322

@rohaitas

Description

@rohaitas

I am developing an app where I have to backup contacts to cloud storage. For that, I suppose I need a VCF file. But how to get the VCF file so that I can upload it to cloud storage? I can only get vcf file with share intent. Is there another way?

Intent shareIntent = ContactShareKt.shareVCardIntent(contacts); if (shareIntent != null) { v.getContext().startActivity(Intent.createChooser(shareIntent, null)); }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions