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've used the newer NotificationCompat builder and I can't get the notification to make a sound. It will vibrate and …
android android-notificationsI have an app showing custom notifications. The problem is that when running in Android 5 the small icon in the …
android android-notifications android-5.0-lollipopNormal Notification Builder doesn't show notifications on Android O. How could I show notification on Android 8 Oreo? Is there any …
android android-notifications android-8.0-oreoAfter upgrading my project to Android O buildToolsVersion "26.0.1" Lint in Android Studio is showing a deprecated warning for the follow …
android notifications android-notificationsI am trying to open a particular activity when the user clicks the notification when the app is in the …
android android-notifications firebase-cloud-messaging firebase-notificationsI am using Google notifications in my app, and until now I have done below in the manifest: <!-- …
android google-cloud-messaging android-notifications android-5.0-lollipopUpdate: GCM is deprecated, use FCM I am implementing Google Cloud Messaging in my application. Server code is not ready …
android push-notification google-cloud-messaging android-notifications server-pushI need to create a simple notification which will be shown in notification bar along with the sound and icon …
android notifications android-notifications android-notification-barAfter upgrading my phone to 8.1 Developer Preview my background service no longer starts up properly. In my long-running service I've …
android service kotlin android-notifications background-serviceSince API level 16 (Jelly Bean), there is the possibility to add actions to a notification with builder.addAction(iconId, title, …
android action android-notifications