How to get a PERMANENT application notifier in the status bar?
Asked Answered
P

1

10

I searched on the Internet alot but cant find a proper answer to this.

I have used apps like 3G watchdog and Advanced task killer on my android phone. I noticed that they always have an icon up when the status bar is minimized and also have a notification( Upon clicking opens the app) which cant be cleared from the status bar.

I like to use something like this in my app.

I know how to get an image and everything in the status bar, but how to keep one that cant be cleared till my app is running in the background and is not explicitly turned off is a problem.

Please Help.Thanks.

Prudhoe answered 13/2, 2011 at 7:33 Comment(0)
G
10

You can do this by setting FLAG_ONGOING_EVENT and FLAG_NO_CLEAR flags to your notification. More info from here: http://developer.android.com/guide/topics/ui/notifiers/notifications.html

Gliadin answered 13/2, 2011 at 13:35 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.