6

我正在编写一个程序来向 Android 添加一种新的通信方式,例如 MMS/SMS 或 SIP 电话。

在“联系人”应用程序中单击联系人照片时,是否可以在 QuickContactBadge 菜单中添加图标?

我无法从 android 资源中完全理解它是如何工作的……图标列表是否仅从联系人数据中的 mime 类型填充?

谢谢,

洛朗

4

2 回答 2

5

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.

于 2010-10-28T18:20:37.163 回答
2

有一个开源项目可以让你实现自己的 QuickActionBar,看看:http ://code.google.com/p/devoquickaction/

它看起来非常像本地人。以防万一使用或添加 mime 类型不是您的想法,并且您希望将完全独立的图标/操作集添加到联系人。

于 2010-10-29T08:44:12.270 回答