Use this tag for questions relating to issues showing your notification in the notification area.
A few years ago, I wrote an alarm app that worked on Android 2, and I'm now trying to upgrade it …
android android-activity android-alarms lockscreen android-notification-barSo i have created this notification in my activity Notification n = new Notification.Builder(getApplicationContext()) .setContentTitle("New mail from " + sender) .…
android android-notification-barI want to remove notifications from another application shown in the notification bar. Is that possible? NotificationManager.cancelAll(); cancels only …
android android-notifications android-notification-barHey everyone! Started programming with Bluetooth on Android awhile ago. But now I've run into some issues. I'm wondering why …
android bluetooth request android-notification-barI have a Media service that uses startForeground() to show a notification when playback starts. It has pause/stop buttons …
android android-service android-notifications android-notification-barI am developing an application in which i implemented Push notification functionality. My code of onMessage - GCMIntentService.java is: @…
android notifications push-notification android-notifications android-notification-barI need use notification with click event, i have notification method but this method don't open my activity. My code: …
java android android-notifications android-notification-barI am creating like timer application and when I start timer I have option to go to android Home or …
android android-intent android-activity android-notification-barI am building the notification progress bar in Service in such a way that is given below : private NotificationManager mNotifyManager; …
android android-notifications android-progressbar android-notification-barI am showing notification at the notification bar like this. I am getting those , but I cant show multiple notifications …
android google-cloud-messaging android-notifications android-notification-bar