android-notification-bar
Notification passes old Intent Extras
i am creating a notification inside a BroadcastReceiver via this code: String ns = Context.NOTIFICATION_SERVICE;[详细]
2023-04-04 02:44 分类:问答Bluetooth pairing request on notification bar?
Hey everyone! Started programming with Bluetooth on Android awhile ago. But now I\'ve run into some issues. I\'m wondering why the pairing request sometimes shows up in the notification bar and somet[详细]
2023-03-23 06:00 分类:问答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 new notification icon on status bar. I want to count the number of unread notification,[详细]
2023-03-13 09:42 分类:问答Android - Keep notification steady at Notification Bar
I have written the function to notify and display at Notification bar: private void showNotification()[详细]
2023-02-18 13:02 分类:问答Remove notification from notification bar from other applications
I want to remove notifications from another application shown in the notification bar. Is that possible? NotificationManager.cancelAll(); cancels only notifications shown by the calling application, a[详细]
2023-02-16 01:23 分类:问答How can I programmatically open/close notifications in Android?
I\'ve 开发者_如何学编程searched everywhere, but can\'t find anything in the SDK or on Google on how to do this. I know it\'s possible because all the custom launchers are able to do it via a button pr[详细]
2023-02-10 21:02 分类:问答android spinner is showing hidden notification bar
In my app i make the app fullscreen. Means android title bar and notification bar is hidden here. But when i click on the spinner the hidden notification bar gets visible for fraction of seconds. It[详细]
2023-02-06 10:48 分类:问答How can I draw over the notification bar?
I need to draw a rectangle that is drawn over the notification bar, but I\'m unable to get it to work. Th开发者_StackOverflow中文版e code looks like this:[详细]
2023-02-01 01:43 分类:问答How to restore previous activity by clicking on notification
When my notification goes off I want to restore the activity that was put into the background, not start a new activity. I\'ve seen some answers about using FLAGS but I don\'t know how to implement it[详细]
2023-01-10 09:44 分类:问答