如何在我的 Android 程序的 QuickContactBadge 菜单中添加图标和意图?

发布于 2024-09-02 05:35:00 字数 203 浏览 5 评论 0原文

我正在编写一个程序来向 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

爱的十字路口 2024-09-09 05:35:00

是的,它基于联系人中的 MIME 类型。

QuickContact 列表是根据
与相关的 MIME 类型
联系人数据记录,据我所知
知道你的应用程序无法
出现在QC列表中而没有
使用以下命令向数据表添加一条记录
同步提供程序....

-萨姆·斯蒂尔

来自评论的 在这里

Yes, it is based on mime type in the contact.

The QuickContact list is built from
the MIME-types associated with the
contacts Data records, so as far as I
know there’s no way for your app to
appear in the QC list without having
added a record to the data table using
a sync provider....

-Sam Steele

from the comments here.

九局 2024-09-09 05:35:00

有一个开源项目可让您实现自己的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文