How to select multiple contacts with Android SDK

亡梦爱人 提交于 2019-12-11 14:08:54

问题


I was messing around the messaging application on Android. I've noticed that it enables me to select multiple contacts at a time to send them a message. Obviously that couldn't be done with action Intent.ACTION_PICK.

So I've reviewed its source code on Github (link) and found that the action used is ContactsContract.Intents.ACTION_GET_MULTIPLE_PHONES

The problem is that I neither could find this action on my machine nor on the official documentation link, but it's listed on this website and also used in github. Am I missing something?

And if there is no way I could use this action, what methods else could I use to select multiple contacts?

来源:https://stackoverflow.com/questions/12437077/how-to-select-multiple-contacts-with-android-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!