0

I'm wondering if i could intercept the notification ID for the incoming call through a broadcastreceiver then cancel the call notification or just clear all the notification on the notification's bar.

I tried to use cancelAll() but i think it works only for the notification i create.

113408
  • 3,364
  • 6
  • 27
  • 54

1 Answers1

1

I just Find a solution to walk-through this problem. i take a instant screenshot and show it. Thanks to Radu Motisan for his tutorial. the solution use JNI instead of other way using external Library.

Here is the link : http://www.pocketmagic.net/?p=1473

113408
  • 3,364
  • 6
  • 27
  • 54