반응형
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.
나의경우 FLAG_ONE_SHOT으로 되어있는 부분을 FLAG_MUTABLE로 변경후 완료
자세한내용
https://developer.android.com/reference/android/app/PendingIntent#FLAG_IMMUTABLE
반응형
'모바일 > Android' 카테고리의 다른 글
발견된 문제: 데이터 보안 양식 잘못됨 (0) | 2022.12.07 |
---|---|
SDK33버전 이상 setAppCacheEnabled (0) | 2022.12.01 |
WEBVIEW에서 WEBRTC 권한관련 (0) | 2022.04.04 |
videojs fullscreen landscape (0) | 2021.03.22 |
The emulator process for AVD [] was killed. (0) | 2020.12.15 |