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.
I noticed some of my users are getting this exception. I don't know how to reproduce it, I only have …
android android-notificationsI 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-barI 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-barHow 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-powermanagerMy question is more about what is a good practice than what is possible: Is it a good thing to …
android multithreading notifications android-notificationsI 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-barI 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-oreoI'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-statusbarWith 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-notificationsI'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