반응형
푸쉬전송시 0으로 설정된부분을
notificationManager.notify(0, notificationBuilderCompat.build())
다른값을 넣을경우 누적됨
notificationManager.notify((System.currentTimeMillis() / 500).toInt(), notificationBuilderCompat.build())
반응형
'모바일 > Android' 카테고리의 다른 글
com.google.android.play:core:1.10.3 (0) | 2024.06.27 |
---|---|
기존 HTTP 또는 XMPP API(2023년 6월 20일에 지원 중단됨)의 기존 사용자는 2024년 6월 20일까지 최신 Firebase 클라우드 메시징 API(HTTP v1)로 마이그레이션해야 합니다. (0) | 2023.12.19 |
안드로이드 생체인식(지문) (0) | 2023.12.18 |
업로드 키 재설정 요청 (0) | 2023.10.30 |
동작 변경사항: Android 13 이상을 타겟팅하는 앱 (0) | 2023.06.26 |