Questions tagged [android-notification-bar]

Use this tag for questions relating to issues showing your notification in the notification area.

When you tell the system to issue a notification, it first appears as an icon in the notification area. To see the details of the notification, the user opens the notification drawer. Both the notification area and the notification drawer are system-controlled areas that the user can view at any time.

Useful links

359 questions
0
votes
1 answer

How to clear notification on android when clicked

Every time I click on notification the activity pops on screen which I had used to trigger the notification in the status window. I want to clear the notification when a user clicks on it, but it opens the activity every time. I tried using flags…
0
votes
1 answer

Writing Application to hide time in the notificationbar

I want to write myself an Application to hide the time in the notificationbar and i´m lookin out for some way to do so! I want it to look like this for example, just not visible: Do you have any hints how i can accomplish the time in the…
Ostkontentitan
  • 6,930
  • 5
  • 53
  • 71
0
votes
2 answers

How to send notification from AsyncTask while main Activity is not started?

I have an AsyncTask which starts on boot (called by a service). In some cases I would like to send a notification to start the main Activity. My problem comes when I try to call: NotificationManager notManager = (NotificationManager)…
0
votes
1 answer

Notification Bar visibility

My application is running landscape mode and I have set the following property of activity in manifest file android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" It surely hides the notification bar when my activity is running. But when…
Khawar Raza
  • 15,870
  • 24
  • 70
  • 127
0
votes
3 answers

Hide the Android Notification bar on a Sencha Touch 2 app

I've successfully got my application compiled into an apk file, and deployed to my Android devices. But when I run it there, the notification bar is present and I'd like it to be fullscreen, without the notification bar. This is the bar at the top…
0
votes
1 answer

Notification icon in status bar without taking over status bar for several seconds?

I know how to send a notification to the status bar, but when it first starts it takes over the whole status bar and you can't see anything else but your icon. Is there any way to show your icon without it taking over the whole status bar for a few…
0
votes
2 answers

Android: show notification bar on downloading application

I want to show a notification bar when an application is being downloaded in Android. I want the bar to be the same as the one showed when an application is downloaded from market. any help please?
user1471575
  • 731
  • 2
  • 15
  • 23
0
votes
1 answer

Android Notifications: Is there a way to show the notifications individually?

I am trying to figure out a way to show notifications individually when clicked on the bar. As it works now, you will see your different icons for each notification listed across the bar, but when you click one, you get the list of all…
Mick0311
  • 161
  • 4
  • 11
0
votes
2 answers

Android Notification Bar icon, is there a way to lock the location of the icon?

I currently have a service driven notification appearing. I am trying to figure out if there is a way to lock the location at which the icon appears. I want to ensure that the icon is always in the same location on the Notification bar, no matter…
Mick0311
  • 161
  • 4
  • 11
0
votes
4 answers

Unable to full screen activity when i use onAttachedToWindow

I am trying to override home key and full screen the acitiy using below code. locking of home key is working fine but it unable to hide notification bar (unable to full screen the activity). public class ScreenLockDemo extends Activity…
-1
votes
1 answer

How to show a Notification on Oreo?

Notification doesn't shown on above V26 API.Notification cshown on v25 but when i checked it on v27 than the notification doesn't appear. My code to StartService and create notification. Inside Mainctivity onCreate() Intent intent1 = new…
-1
votes
2 answers

meaning of system notifications

I'm developing a service that uses HTTP updates over the Data network. It is used essentially outside. Q1. the data icon is a triangle of vertical bars, but ir can have (a) an exclamation mark to the right, (b) and 'H' on top left, (c) it can be…
user462990
  • 5,472
  • 3
  • 33
  • 35
-1
votes
1 answer

How to add notification icon on the Android phone status bar?

I am new to Android programming and I need help. If any of you has a simple example of adding (icon/message) notification on the Phone and when clicked it restores back the application to its state. The purpose is the user could open any other…
XBasic3000
  • 3,418
  • 5
  • 46
  • 91
-2
votes
1 answer

How to Show Status Bar Icons on the Right like Betternet?

Before you flag this as duplicate, I researched this question a long time ago and found this and this, which both suggest that the right side of the notification bar is a system apps ONLY zone. However, I recently used Betternet and after connecting…
iTurki
  • 16,292
  • 20
  • 87
  • 132
1 2 3
23
24