반응형
https://developer.android.com/about/versions/12/behavior-changes-12?hl=ko
동작 변경사항: Android 12를 타겟팅하는 앱 | Android Developers
Android 12를 타겟팅하는 앱에 영향을 주는 Android 12의 변경사항을 알아봅니다.
developer.android.com
0 대신 PendingIntent.FLAG_MUTABLE를 추가한다.
val pendingIntent = PendingIntent.getActivity(this, 0, intent, PendingIntent.FLAG_MUTABLE)
https://onedaycodeing.tistory.com/159
안드로이드 12 PendingIntent 이슈 및 대응
java.lang.IllegalArgumentException: com.example.myapp: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a Pend..
onedaycodeing.tistory.com
반응형
'IT > Android' 카테고리의 다른 글
Android] Preference 구분선 넣기 (0) | 2022.09.05 |
---|---|
Kotlin] 문자열합치기 joinToString (0) | 2022.06.20 |
Android] Retrofit2로 데이터받아오기 (0) | 2022.05.16 |
Android Studio] Api 키 숨기기 #gitIgnore (0) | 2022.05.11 |
Android] 키보드 보이기 숨기기 #windowSoftInputMode (0) | 2022.05.05 |
댓글