PendingIntent를 사용할때 아래와 같이 에러가 발생했다.
java.lang.IllegalArgumentException: com.jakchang.emo: Targeting S+ (version 31 and above) requires
that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the
PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.
아래처럼 추가하여 해결할 수 있다.
PendingIntent.XXX or PendingIntent.FLAG_IMMUTABLE
'개발 > 삽질' 카테고리의 다른 글
깃허브액션 배포시 구글로그인 안되는 이슈 (0) | 2024.07.12 |
---|---|
깃허브 액션으로 배포 자동화시 생긴 이슈 (0) | 2023.12.11 |
Compose에서 Dialog안에 TextField 사용시 이슈 (0) | 2023.11.02 |
MAC Android 환경변수 설정 (0) | 2023.07.21 |
ClassCastException: com.google.gson.internal.LinkedTreeMap 에러 발생시 (0) | 2023.03.20 |
댓글