Top "Android-notification-bar" questions

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

Android Galaxy S4 -- Activity that is visible over lock screen

A few years ago, I wrote an alarm app that worked on Android 2, and I'm now trying to upgrade it …

android android-activity android-alarms lockscreen android-notification-bar
How to show notification in status bar?

So i have created this notification in my activity Notification n = new Notification.Builder(getApplicationContext()) .setContentTitle("New mail from " + sender) .…

android android-notification-bar
Remove notification from notification bar from other applications

I want to remove notifications from another application shown in the notification bar. Is that possible? NotificationManager.cancelAll(); cancels only …

android android-notifications android-notification-bar
Bluetooth pairing request on notification bar?

Hey everyone! Started programming with Bluetooth on Android awhile ago. But now I've run into some issues. I'm wondering why …

android bluetooth request android-notification-bar
Allow notification to be cancelled after calling stopForeground(false)

I have a Media service that uses startForeground() to show a notification when playback starts. It has pause/stop buttons …

android android-service android-notifications android-notification-bar
Android: Manage multiple push notification in device of an app

I am developing an application in which i implemented Push notification functionality. My code of onMessage - GCMIntentService.java is: @…

android notifications push-notification android-notifications android-notification-bar
How can i open Activity when notification click

I need use notification with click event, i have notification method but this method don't open my activity. My code: …

java android android-notifications android-notification-bar
Android notification bar open last active activity?

I am creating like timer application and when I start timer I have option to go to android Home or …

android android-intent android-activity android-notification-bar
How to animate the progress notification icon

I am building the notification progress bar in Service in such a way that is given below : private NotificationManager mNotifyManager; …

android android-notifications android-progressbar android-notification-bar
Show multiple notifications on receiving gcm notification

I am showing notification at the notification bar like this. I am getting those , but I cant show multiple notifications …

android google-cloud-messaging android-notifications android-notification-bar