lazydroid/auto-update-apk-client

Support Notification Flags

Closed this issue · 3 comments

Please support the ability to adjust the kind of notification that is currently 
showing up.  I believe the current settings are AUTO_CANCEL | NO_CLEAR.

Please provide flexibility for this (i.e., personally I want the user to be 
able to clear the notification in case they are busy and do not want to be 
updated at the current time).

Thank you.

Original issue reported on code.google.com by bric...@gmail.com on 4 Jun 2012 at 7:23

sorry to ask about the clarification, could you please tell why current 
notification style (=icon in the status bar) stops people from doing what they 
were doing? on my phone this icon appears along with "you have got mail" and 
"you've missed phone calls" icons and sits there quietly. am i missing 
something and does it behave more annoyingly on some other phones/android 
versions?

anyway, would something along the lines of:

void setNotificationFlags( int flags );  // Notification.FLAG_AUTO_CANCEL | 
Notification.FLAG_NO_CLEAR

solve the situation?

Original comment by lenik.terenin on 4 Jun 2012 at 11:41

  • Changed state: Started
Yes! that is exactly what I am looking for, a way to set the flags.

Currently (on all phones) it seems the settings used are AUTO_CANCEL and 
NO_CLEAR which means when it is pressed it will disappear and you can't use the 
clear option.

Access tosetting the Nofitication flags is EXACTLY what I am looking for.  
Thank you!

Original comment by bric...@gmail.com on 5 Jun 2012 at 2:26

should be available in repository and as a source code download.

please, try and tell if something is wrong.

Original comment by lenik.terenin on 5 Jun 2012 at 5:04

  • Changed state: Fixed