113408
113408

Reputation: 3444

Hide/Override notification on android

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.

Upvotes: 0

Views: 583

Answers (1)

113408
113408

Reputation: 3444

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

Upvotes: 1

Related Questions