问题
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