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.

How to use Actions from Notification without starting Activity

So I'm working on a simple music player. The music player as it names states, can play a song, pause …

android android-notifications android-pendingintent mediaplayback
Android Push notification sound is played only when app is in foreground but not playing sound when app is in background

I am using FCM for push notification below code to play sound when notification received public void playNotificationSound() { try { Uri …

android firebase push-notification android-notifications firebase-notifications
How to increase the ringer & notification volume programmatically in android

I am trying to enable the ringer normal mode and increase the volume programmatically. AudioManager mobilemode = (AudioManager)mContext.getSystemService(Context.…

android android-notifications volume android-audiomanager
putExtra using pending intent not working

I have written a code in my GCMIntentservice that sends push notifications to many users. I use the NotificationManager that …

push-notification android-notifications android-notification-bar android-pendingintent
Oreo - Starting a service in the foreground

I have created a service that tracks the device's location as it moves. The service is started in by an …

android android-service android-notifications foreground foregroundnotification
Android notification at specific date

I have to create an app in which I must set a date and at that specific date at 9 O'clock, …

android alarmmanager android-notifications android-date
Notification created by IntentService uses always a wrong Intent

Problem When the user presses Send "Button 1"(scroll down to see the construction of the app) a new Notification is …

android android-intent android-activity android-notifications intentservice
Broadcast receiver push notification

I have implemented push notification in my android application: In my main class: // PUSH Parse.initialize(this, applicationId, clientKey); PushService.…

android push-notification broadcastreceiver android-notifications android-broadcast
Android: Is it possible to get other apps notification info?

I have question about Accessibility Service in Android. Can I catch a notification in status bar and get info from …

android android-notifications accessibilityservice
How to show different icons for status bar and notification bar in Android?

I'm creating android notification according to android documentation. I used large icon and small icon for Notification bar. In this …

android android-notifications android-notification-bar