일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Android ViewPager2
- 알고리즘 자바
- WebView
- Android Jetpack
- Android Navigation
- Kotlin
- 습관만들기
- Android DataBinding
- Android 12
- Android
- Android WebView
- OkHttp Interceptor
- 66챌린지
- DataBinding
- Android ProgressBar
- android recyclerview
- 안드로이드 fcm
- 안드로이드
- 영어독립365
- 카카오 알고리즘
- Java
- 프로그래머스 알고리즘
- 안드로이드 갤러리 접근
- Android 12 대응
- 영어공부
- scope function
- Android Interceptor
- Kotlin FCM
- MVP Architecture
- 안드로이드 카카오 로그인
Archives
- Today
- Total
목록targetSdk31 대응 (1)
Developer Geek

PendingIntent Mutability 안드로이드 앱의 targetSdk 버전이 12라면 무조건 PendingIntent 객체에 mutability를 명시해야한다. PendingIntent 란 class PendingIntent: Parcelable 공식문서에는 다음과 같이 설명되어있다. A description of an Intent and target action to perform with it. Instances of this class are created with getActivity, getActivities, getBroadcast and getService; the returned object can be handed to other applications so that they c..
안드로이드/Android 12(targetSdk 31)
2022. 10. 2. 21:37