标签: 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"));