我想在發佈來自用戶的通知之後在狀態欄中顯示通知。我該怎麼做?想要在發佈通知後在狀態欄中顯示通知
0
A
回答
0
1
在狀態欄通知...
final NotificationManager mgr = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
Notification note = new Notification(R.drawable.msg,"New Message",System.currentTimeMillis());
PendingIntent i = PendingIntent.getActivity(this, 0, new Intent(this,notification.class), 0);
note.setLatestEventInfo(this,"NewMessage","You Receive "+count+" New Message", i);
mgr.notify(Notify,note);
相關問題
- 1. 狀態欄上顯示單行通知?
- 2. 狀態欄通知
- 3. 狀態欄通知
- 4. 通知圖標顯示在狀態欄,但是卻缺少通知本身
- 5. 如何顯示在狀態欄上一個通知圖標多個通知
- 6. 離子推送通知不在通知欄上顯示通知
- 7. 通知在狀態欄中,當通知關閉時停止asynctask
- 8. 使用Eddystone信標在Android狀態欄中顯示通知
- 9. 在android中顯示狀態欄服務通知
- 10. 通知圖標不顯示在棒棒糖的狀態欄中
- 11. 如何在狀態欄中顯示默認無聲通知?
- 12. 如何在狀態欄中顯示圖標而不在通知抽屜中顯示通知?
- 13. 狀態欄和主要通知的單獨通知圖標
- 14. 通知狀態欄文本
- 15. Android狀態欄通知
- 16. 狀態欄旋轉通知
- 17. 處理狀態欄通知
- 18. 多個狀態欄通知
- 19. Phonegap - Android - 狀態欄通知
- 20. PhoneGap的狀態欄通知
- 21. Android狀態欄通知 - 通過任何方式通知狀態欄(烤麪包)通過狀態欄?
- 22. 從狀態欄發出通知dessapear
- 23. 發送通知到狀態欄
- 24. 如何使用android phonegap在狀態欄顯示通知數
- 25. 在iPhone的狀態欄上顯示文本通知
- 26. 通知不會顯示在狀態欄小圖標
- 27. 推送通知不會顯示在狀態欄
- 28. 在發佈後發佈/訂閱通知
- 29. 如何在前臺顯示通知,而不是在狀態欄上顯示通知圖標?
- 30. 如何在Windows通知欄中顯示彈出通知