Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- BottomSheetDialog
- itemAnimator
- Android
- notification bar
- onResume
- prettyJson
- requestPermission
- kdoc-generator
- notification setting
- 403 Error
- ActivityResultContracts
- Git
- navigation component
- Plugins
- ExifInterface
- webview
- datastore
- application
- shotcut
- LOG
- notification
- room
- Blinking
- App Startup
- onReceivedSslError
- ChromeCustomTab
- skipcollapsed
- 이미지 gps
- circlecrop
- jsontokotlinclass
Archives
- Today
- Total
목록badge (1)
Debbi Story
Notification badge 설정하기!
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { val channel = NotificationChannel(channelData.id, channelData.name, NotificationManager.IMPORTANCE_DEFAULT) channel.enableVibration(true) channel.setShowBadge(true) notificationManager.createNotificationChannel(channel) }else { Intent("android.intent.action.BADGE_COUNT_UPDATE") .putExtra("badge_count", count) .putExtra("badge_count_package_na..
안드로이드/Tip
2021. 10. 26. 01:55