Adding an item to the Context Menu
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?
Is it possible to extend the ContextMenu Activity?
ContextMenu
is not an Activity
, and you cannot modify the context menu of another application.
精彩评论