gpt4 book ai didi

android - 如何在 android 中以编程方式导入多个 .vcf 文件?

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:43:27 25 4
gpt4 key购买 nike

我的 SD 卡中有多个 vcf 文件。我想将这些 vcf 文件导入我的联系人。

我正在使用下面的代码:

File file = new File(storage_path);
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setDataAndType(Uri.fromFile(file), "text/x-vcard");
startActivity(intent);

通过使用上面的代码,我无法一次导入一个 vcf 文件。我想一次导入多个 vcf 文件。通过使用上面的代码,我也得到了重复的联系人。

除了 intent 之外,还有其他有效的联系人导入方式吗?谢谢。

最佳答案

使用Intent.ACTION_PICK而不是 Intent.ACTION_VIEW

关于android - 如何在 android 中以编程方式导入多个 .vcf 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29665109/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com