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.

Bad notification posted - Couldn't expand RemoteViews for: StatusBarNotification

I am trying to post a notification with a custom view in the notification area from an IntentService, and getting …

android android-service android-notifications
NotificationChannel issue in Android O

I am getting a toast saying "Developer warning for package com.google.android.apps.messaging" when sending an MMS using …

android android-notifications android-8.0-oreo
Is possible set Expanded Notification as default in Big Text Notifications?

I followed this Sample Code In Big Text Notifications section, he said that need expand to see Big text notification …

android notifications android-notifications android-styles
Music player control in notification

how to set notification with play/pause, next and previous button in android.! I am new with Android & also …

android android-mediaplayer android-notifications android-broadcast
Clicking on Notification is not starting intended activity?

I am using GCM in my application and also using NotificationManager to Create a Notification whenever GCM message is received.…

android google-cloud-messaging android-notifications
Any way to link to the Android notification settings for my app?

Is there any way I can launch an intent to get to Android's notification settings screen for my app (pictured …

android android-notifications android-6.0-marshmallow
Create Custom Big Notifications

I wanted to create a Notification including some controls. Since text and controls are small with default notification size (64dp), …

android android-layout android-notifications
Do GCM registration id's expire?

I know that C2DM registrations expire, and you are supposed to periodically refresh the registration ID. Is this the …

android android-notifications google-cloud-messaging
Intent from notification does not have extras

This seem to be a common problem and I went through all the related questions I could find already: Activity …

android android-intent android-notifications
Push notification works incorrectly when app is on background or not running

I am using Firebase Cloud Messaging to send push notifications. Here is my FirebaseMessageService: public class FireBaseMessageService extends FirebaseMessagingService { @Override …

android service push-notification android-notifications firebase-cloud-messaging