Top "Android-notifications" questions

A status notification adds an icon to the system's status bar (with an optional ticker-text message) and a notification message in the notifications window.

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
Continue Download in android even after the device is locked

How to continue download task even when after the device is locked (pressing the power button). I tried installing an …

android android-notifications android-wake-lock android-powermanager
Can NoticationManager.notify() be called from a worker thread?

My question is more about what is a good practice than what is possible: Is it a good thing to …

android multithreading notifications android-notifications
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
Android Oreo Does not Play Custom Sound for Notification

I am trying to add a custom sound to notification for API > 26. Below is the code NotificationChannel notificationChannel = new …

android android-notifications android-8.0-oreo android-8.1-oreo
How to create a notification without icon in the statusbar or simply hide it?

I'd like to know how to create a notification that doesn't show the icon in the statusbar. There is a …

android icons android-notifications android-statusbar
Firebase Messaging - Create Heads-Up display when app in background

With FCM I receive push notifications in the system tray when the app is in the background or not running. …

android android-notifications firebase-cloud-messaging heads-up-notifications
Can FCM notification on Android overwrite previous one?

I'm using FCM to send notifications to Android devices. When the app is in background, if I send 10 notifications, the …

android firebase android-notifications firebase-cloud-messaging firebase-notifications