Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一旦用户在设备的原始联系人列表中选择了一个联系人,就会有几个应用程序按钮,例如 WhatsApp、LinkedIn 等。我想做同样的事情并添加我的应用程序的一个按钮,以允许用户有额外的选项与我的申请有关。是否有可能,如果有,是否有任何参考或示例代码?
谢谢,西蒙
您可以为此目的使用 Intent。当您在该方法中单击活动(此处为联系人)中的联系人实现 OnItemSelected 方法时,请创建一个意图并通过 startActivity 或 startActivityForResult 调用该意图。
示例代码可以在 Professional Android 4 Application Development 书中找到。在那本书中查看应用程序“ContactPicker”
这本书的网址是“http://www.amazon.com/books/dp/1118102274”