Re: [android-developers] Is it possible for an app to replace the NotificationManager?

2010-11-02 Thread TreKing
On Tue, Nov 2, 2010 at 4:22 PM, Dan Dumont wrote: > Sure there is. > I disagree. What do you gain by allowing other apps to extend the Notification Manager? Besides the possibility of a malicious one breaking all other apps' notifications? > Android has been missing persistent reminder notific

Re: [android-developers] Is it possible for an app to replace the NotificationManager?

2010-11-02 Thread Mark Murphy
On Tue, Nov 2, 2010 at 5:22 PM, Dan Dumont wrote: > Android has been missing persistent reminder notification > sounds for a long time. http://developer.android.com/reference/android/app/Notification.html#FLAG_INSISTENT -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/c

Re: [android-developers] Is it possible for an app to replace the NotificationManager?

2010-11-02 Thread Dan Dumont
Sure there is. Android has been missing persistent reminder notification sounds for a long time. Other custom builds have it i'm sure, but being able to set a preference for reminder sounds, vibrates etc would be better handled as part of the notification manager. Being able to extend it would

Re: [android-developers] Is it possible for an app to replace the NotificationManager?

2010-11-02 Thread TreKing
On Tue, Nov 2, 2010 at 1:52 PM, ddum...@gmail.com wrote: > Or extend it in some way to allow for pre/post-processing of all > notifications and additional workflow? > No - this is system-level functionality. There's no good reason to give an app access / control over all other apps' notification

Re: [android-developers] Is it possible for an app to replace the NotificationManager?

2010-11-02 Thread Kumar Bibek
Nope. You cannot drop/stop any notifications generated, untill and unless you make a custom build. On Wed, Nov 3, 2010 at 12:22 AM, ddum...@gmail.com wrote: > Or extend it in some way to allow for pre/post-processing of all > notifications and additional workflow? > > -- > You received this messa

[android-developers] Is it possible for an app to replace the NotificationManager?

2010-11-02 Thread ddum...@gmail.com
Or extend it in some way to allow for pre/post-processing of all notifications and additional workflow? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe