如何在 android 2.1 中启动 QuickContact 操作? 就像此处显示的内容
How can I launch the QuickContact action in android 2.1.Like the one shown here
如果您使用 QuickContactBadge 您'将获得内置的功能。如果您想从自己的小部件中使用它,您可以使用 ContactsContract.QuickContact#showQuickContact。
QuickContactBadge
ContactsContract.QuickContact#showQuickContact
If you use the QuickContactBadge you'll get that functionality built in. If you want to use it from your own widget you can use ContactsContract.QuickContact#showQuickContact.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
如果您使用
QuickContactBadge
您'将获得内置的功能。如果您想从自己的小部件中使用它,您可以使用ContactsContract.QuickContact#showQuickContact
。If you use the
QuickContactBadge
you'll get that functionality built in. If you want to use it from your own widget you can useContactsContract.QuickContact#showQuickContact
.