728x90
반응형
application 태그 안에 다음 줄을 추가하여 커스텀 기본 아이콘 및 색상을 설정합니다.
See README(https://goo.gl/l4GJaQ) for more. -->
<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@drawable/ic_stat_ic_notification" />
<!-- Set color used with incoming notification messages. This is used when no color is set for the incoming
notification message. See README(https://goo.gl/6BKBk7) for more. -->
<meta-data
android:name="com.google.firebase.messaging.default_notification_color"
android:resource="@color/colorAccent" />
firebase.google.com/docs/cloud-messaging/android/receive?hl=ko
728x90
반응형
'Android' 카테고리의 다른 글
FCM 푸시토큰 가져오기 (0) | 2021.04.26 |
---|---|
Android Apk 생성시 이름 바꾸기 (0) | 2021.04.22 |
(스크랩 )android 탭 레이아웃 + 프레그먼트 예제 ( 프레임 레이아웃 사용) (0) | 2021.04.02 |
패키지명 변경 (0) | 2021.03.18 |
Android 카메라 / 갤러리 저장하기 ( Q Scoped Storage) (1) | 2021.03.12 |