Android - 分享功能显示所有whatsapp联系人

时间:2016-11-11 09:48:38

标签: android share contacts whatsapp

我必须开发一个具有mynta等共享功能的应用程序。但我的代码显示所有应用程序,包括whatsapp联系人列表。如何删除默认的whatsapp联系人。

我使用了以下代码:

Intent intent = new Intent();
intent.setAction(Intent.ACTION_SEND);
intent.setType("text/plain");
startActivity(Intent.createChooser(intent, "Share Via"));

0 个答案:

没有答案