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