添加长按数字时的选项
你好 我想在长按通话列表中的号码时添加一个选项。实际上我有:
- 拨打
- 发送短信
- 添加到联系人
- 在致电
- 删除
之前进行编辑是否可以在那里添加一个选项?这样的选项应该在按下时通过 Intent 启动我的应用程序。
谢谢
Hi
I'd like to add an option when long-pressing a number in the call list. Actually I have:
- Dial
- Send SMS
- Add to contact
- Edit before calling
- Remove
Is it possible to add an option there? Such option should start my application through an Intent when pressed.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
基本上没有。联系人管理器应用程序是由 Google 开发的,您无法以这种方式与其集成(例如,与触摸联系人时出现的呼叫、Facebook、Twitter 等联系人操作不同)。您能够更改联系人管理器行为的唯一方法是滚动您自己的 Android 版本,就像 Cyanogen 等所做的那样,但我认为这不是您想要的。
Essentially no. The Contact Manager App is made by Google, and you can't integrate with it in that way (unlike, say, with the contact actions such as Call, Facebook, Twitter that come up when you touch a contact). The only way you'd be able to change the behaviour of the Contact Manager is by rolling your own build of Android, in the way that Cyanogen etc. do, however I don't think this is what you want.