일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 영어독립365
- Android Navigation
- Android Jetpack
- Android Interceptor
- Android ProgressBar
- 프로그래머스 알고리즘
- 습관만들기
- DataBinding
- WebView
- Android ViewPager2
- 안드로이드 fcm
- Java
- 알고리즘 자바
- 안드로이드 갤러리 접근
- scope function
- Android
- android recyclerview
- Kotlin
- Android 12 대응
- Android DataBinding
- 안드로이드 카카오 로그인
- 카카오 알고리즘
- Android WebView
- Kotlin FCM
- 66챌린지
- Android 12
- MVP Architecture
- 안드로이드
- 영어공부
- OkHttp Interceptor
Archives
- Today
- Total
목록PendingIntent Mutability (1)
Developer Geek
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/kVZD6/btrNwkq0JeJ/Q5W4zX2RNbCZJ5WJB9AUMK/img.png)
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