Adding an item to the Context Menu

依然范特西╮ 提交于 2020-01-06 14:51:21

问题


I wish to add an option of 'SEND' to the context menu of Contacts. Is it possible to extend the ContextMenu Activity? or is there any other option for the same?


回答1:


Is it possible to extend the ContextMenu Activity?

ContextMenu is not an Activity, and you cannot modify the context menu of another application.



来源:https://stackoverflow.com/questions/3615772/adding-an-item-to-the-context-menu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!