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

link|improve this question

Do you mean to an existing ContactManager application? – Octavian Damiean Oct 8 '10 at 9:56
Yes, for instance the default one. – lbedogni Oct 8 '10 at 10:19
feedback

1 Answer

up vote 1 down vote accepted
+50

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.

link|improve this answer
No, in fact I'd like to write an application that receives an Intent with a number and then operates on that number. – lbedogni Oct 8 '10 at 14:44
1  
Then I'm afraid you're out of luck. Consider integrating with the Contact Badge – Tom Medley Oct 8 '10 at 15:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.