views:

30

answers:

2

how can i get all the system notifications that are shown now?i want to write a programe that can intercept the notifications that other apps notified.

A: 

You cannot interfere with another appliactions notifications so it will not be possible to write such application.

Maciej Pigulski
@Maciej Pigulski,thx for your answer,i get that!
yuankai
A: 

This thread from the Android Beginners Google group answers the question with a solid "No." Quoting a user from the thread:

No, sorry. Intercepting notifications, in particular, would be quite the security loophole. In general, on Android, one application cannot see or mess with another application's stuff. So, while your desired features would be interesting for the OS itself, they aren't going to be very practical to implement in an application written to the SDK.

gary comtois
@gray comtois,from your answer,it seems we cannot produce our own status bar...ok.thank you very much.
yuankai