Hi, first of all, I hope I can explain better what I want to do:
I'm working on an application that automatically reject calls. I want to add a new item to the menu that appears when the user long press on the phone number in the missed call list. When I push that item, my application must take the phone number and save it to database. Is that possible? If yes, how?
Hi, first of all, I hope I can explain better what I want to do:
I'm working on an application that automatically reject calls. I want to add a new item to the menu that appears when the user long press on the phone number in the missed call list. When I push that item, my application must take the phone number and save it to database. Is that possible? If yes, how?
You're asking if you can add a menu option to a different app that isn't using intents.
That menu option is hardcoded from a different app. There is nothing you can do to add that menu option short of rewriting a complete alternative to that app WITH the menu option.