Sunday, March 27, 2011

Re: [android-developers] Time Out on Insistent Notifications

On Sat, Mar 26, 2011 at 11:06 PM, Jake Colman <colman@ppllc.com> wrote:
> Is there an easy way to set a time limit on the insistent notification?

Not really, at least not for anything that I would consider "easy".

> Or is there a way to manually clear the notification sound/vibrate/LED
> but without removing the text from the notification list?

Raise a Notification with the desired settings and the same unique ID.
The new Notification will replace the old one, assuming the old one is
still there.

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in Oslo: http://bit.ly/fjBo24

--
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 from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment