Questions tagged [android-statusbar]

The status bar located on the top of the Android device screen. It displays system status icons and notification icons.

The status bar is the Android device screen area dedicated to the display of notifications, communication of device status. It displays pending notifications on the left and status, such as time, battery level, or signal strength, on the right. Swiping down from the status bar shows notification details.

This tag is to be used with tag.

392 questions
-3
votes
2 answers

How can I change the color of the status bar? (Android and IOS)

Sorry for the big picture. I did some research, including here on the stackoverflow, but I was not successful with the options I found.
-3
votes
1 answer

NotificationManager.cancel() is not working

I want to delete a notification which is located on my status bar. I used Notification Manager.cancel() but it didn't work. I used cancelAll() too with the same result. My code is: public class NotificationListenerService extends…
1 2 3
26
27