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.

Firebase Notification Always shows blank icon

I'm new with FCM. I cannot make FCM use my app icon as notification icon and the icon is always …

android firebase android-notifications firebase-cloud-messaging firebase-notifications
Couldn't expand RemoteViews

I try to create a custom notification but getting the following exception: FATAL EXCEPTION: main android.app.RemoteServiceException: Bad notification …

android exception android-notifications
In Android how can i know the current notification id to clear the notification

Now in android i put this code in one activity to show notification when a button pressed. static int notificationCount = 0; …

android android-intent notifications android-notifications notificationmanager
NotificationCompat.Builder setLargeIcon() not working?

When I add the code mNotificationBuilder.setLargeIcon(BitmapFactory.decodeResource( getResources(), R.drawable.ic_large_icon)); to my notification it stops …

android android-support-library android-notifications
Custom notification sound , android Oreo?

I want to set a custom notification sound from a raw mp3 or wav file in my app. Below is …

android uri android-notifications android-8.0-oreo
Android Notification PendingIntent Extras null

I am trying to send information from notification to invoked activity, while from my activity I got null. The code …

android android-intent bundle android-notifications android-pendingintent
Firebase Cloud Messaging (FCM) - Launch Activity when user clicks the notification with extras

I'm trying to open a specific activity when the user clicks the notification, when the app is in the background, …

android android-notifications firebase-cloud-messaging firebase-notifications
How to Dismiss/Cancel the status bar notification in android programmatically

I have created a status bar notification in android programmatically using the code given below with a particular id Notification …

android android-notifications
Turn off notifications of an app programatically on Android

I am developing a package manager application which shows checkboxes to turn off notifications from different applications installed on the …

android android-notifications android-package-managers
Bad notification posted from package Couldn't expand RemoteViews

I have a problem. Some times my service is forcefully closed with this logcat: 03-26 20:44:44.849: E/AndroidRuntime(12080): FATAL EXCEPTION: main 03…

android android-notifications