lbedogni
lbedogni

Reputation: 8007

Add an option when long-pressing a number

Hi I'd like to add an option when long-pressing a number in the call list. Actually I have:

Is it possible to add an option there? Such option should start my application through an Intent when pressed.

Thanks

Upvotes: 2

Views: 422

Answers (1)

fredley
fredley

Reputation: 33941

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.

Upvotes: 1

Related Questions