如何在我的 Android 程序的 QuickContactBadge 菜单中添加图标和意图?
我正在编写一个程序来向 Android 添加新的通信方式,例如 MMS/SMS 或 SIP 电话。
单击联系人应用程序中的联系人照片时,是否可以在 QuickContactBadge 菜单中添加图标?
我无法完全理解它是如何从 android 源工作的...图标列表是否仅由联系人数据中找到的 mime 类型填充?
谢谢,
洛朗
I'm a writing a program to add a new way of communication such as MMS/SMS or SIP phone to Android.
Is there a way to add an icon in the QuickContactBadge menu, when clicking on a contact photo in the Contacts application ?
I wasn't able to fully understand how it works from android sources ... Is the list of icons only populated from mime types found in contacts datas ?
Thanks,
Laurent
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,它基于联系人中的 MIME 类型。
来自评论的 在这里。
Yes, it is based on mime type in the contact.
from the comments here.
有一个开源项目可让您实现自己的 QuickActionBar,请查看:http://code. google.com/p/devoquickaction/
它看起来非常像原生的。以防万一使用或添加 mime 类型不是您想要的,并且您希望将完全单独的图标/操作集添加到联系人。
There is an open source project that let's you implement your own QuickActionBar, take a look: http://code.google.com/p/devoquickaction/
It's look very much like the native one. Just in case working with or adding mime types is not what you have in mind and you'd want to add your entirely individual icon/action set to a contact.