yuankai
yuankai

Reputation: 167

how can i get all the system notifications that are shown now?

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.

Upvotes: 0

Views: 876

Answers (2)

gary
gary

Reputation: 4255

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.

Upvotes: 1

Maciej Pigulski
Maciej Pigulski

Reputation: 1562

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

Upvotes: 1

Related Questions