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'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-notificationsI try to create a custom notification but getting the following exception: FATAL EXCEPTION: main android.app.RemoteServiceException: Bad notification …
android exception android-notificationsNow 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 notificationmanagerWhen I add the code mNotificationBuilder.setLargeIcon(BitmapFactory.decodeResource( getResources(), R.drawable.ic_large_icon)); to my notification it stops …
android android-support-library android-notificationsI 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-oreoI 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-pendingintentI'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-notificationsI have created a status bar notification in android programmatically using the code given below with a particular id Notification …
android android-notificationsI am developing a package manager application which shows checkboxes to turn off notifications from different applications installed on the …
android android-notifications android-package-managersI 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