일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
31 |
Tags
- Android Jetpack
- MVP Architecture
- android recyclerview
- Android ProgressBar
- 66챌린지
- 알고리즘 자바
- 습관만들기
- Android
- Android 12
- 안드로이드
- 안드로이드 카카오 로그인
- OkHttp Interceptor
- 영어독립365
- 안드로이드 fcm
- Android 12 대응
- 카카오 알고리즘
- DataBinding
- 안드로이드 갤러리 접근
- scope function
- Kotlin FCM
- Android ViewPager2
- 코틀린 코루틴
- WebView
- Java
- Android WebView
- Android Navigation
- 프로그래머스 알고리즘
- Kotlin
- 영어공부
- Android Interceptor
Archives
- Today
- Total
목록PendingIntent Mutability (1)
나미래 Android 개발자

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