Closed GoogleCodeExporter closed 8 years ago
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
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
Original issue reported on code.google.com by
bric...@gmail.com
on 4 Jun 2012 at 7:23