1

Friends

I wanted to know is there any way i can check for incoming call in android?

I also want to know if there is any way to cancel the Intent to show the incoming call?

If really we can cancel the Intent of showing incoming call then will the caller get ringing or get busy tone?

UPDATED:
May be i can not cancel the call but is there any way i can hide the incoming calling intent to be displayed to the user screen?

Please friends Guide me for these issues.

Thanks in Advance

Shah
  • 4,990
  • 10
  • 48
  • 70

1 Answers1

-1

You can detect incoming and outgoing calls.Check this link -

But I'm afraid you cannot cancel an incoming call using the standard API available mainly due to security reasons.

Akshay
  • 2,506
  • 4
  • 34
  • 55
Mahadevan Sreenivasan
  • 1,144
  • 1
  • 9
  • 26
  • then may be i can not cancel the call but is there any way i can hide the incoming calling intent to be displayed to the user screen? – Shah Jun 20 '11 at 07:01
  • cmon you can cancel commming calls, so how pebble watch which is communicationg with android, can cancel ?? – deadfish Dec 10 '13 at 08:36