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.

Cancel notification on remove application from multitask panel

I manage an ONGOING notification from my application (not from a service). When I kill application from task manager with "…

android android-notifications
Android notification setSound is not working

In my hybrid Cordova Android app targeting API 23+ I want to use a custom sound for notifications. To that end …

android uri android-notifications android-6.0-marshmallow
How to update Notification with RemoteViews?

I'm creating a notification with RemoteViews from a custom Service, which is running with notification in a foreground mode (that …

android android-notifications android-remoteview
Android call method on notification click

This code creates a notification. If you click it, the current application is ran (the intent is created in Entry, …

android android-intent android-activity android-notifications
How to check if my app is allowed to show notification

In Android settings users can turn off notification if they don't want to. So is there any method that like …

android notifications android-notifications
How to show a notification without a sound java

How can I make a notification that doesn't make a sound when I build it? I am building a notification, …

java android notifications android-notifications ringtone
Android - use external profile image in notification bar like Facebook

I know you can send info in the push notification parameters like message, title, image URL, etc. How does Facebook …

android android-layout push-notification android-notifications
How to count number of notification and display single icon in Android?

I have multiple Android notification, but when I send a message from my web server, the android device creates a …

android eclipse android-notifications android-notification-bar
Notification Bar shows both Large and Small Icons

The notification bar in my application shows only the small icon in the ticker (as it should). However, when the "…

android notifications android-notifications android-notification-bar