views:

661

answers:

1

hi,

we are looking for a way to do the following:

  • user with BB enters a number (or selects a contact and clicks 'send')
  • our app in the background detects the call event
  • our app does something (e.g. blocks the call / makes a call to a different number, etc)

can this be done at all? can it be done transparently to the user (i.e. no dialogs or user involvement)? which APIs should I look at?

Thanks

+3  A: 
Max Gontar
thanks - that's great!Do you know if there is a way to drop the call after catching the event?
OS
You're welcome! see update.
Max Gontar