如何从 Android 中的联系人启动应用程序?
我想编写一个可以从手机中的联系人列表启动的应用程序。也就是说,您使用普通联系人应用程序选择联系人,您可以拨打该联系人、发送电子邮件或短信,还可以通过该联系人的活动启动我的应用程序。 这怎么能做到呢?
I would like to write an application which would be launched from the Contacts list in the phone. That is, you choose a contact using the normal contacts application, and where you can dial to the contact, send an Email or SMS, you can also launch my application with this contact's activity.
How can this be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用默认的 Android 源联系人应用程序,您无法做到这一点。
如果手机有其他第三方联系人的应用程序,并且可以通过插件扩展,您可以编写此插件以通过打开您的应用程序进行响应。
With the default Android source Contact application you can't do it.
If the phone has some other 3rd party Contact's application, and that has a way to be extended by plugins, you can write this plugin to respond by openning your application.