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 | 29 | 30 | 31 |
Tags
- Blinking
- ActivityResultContracts
- prettyJson
- 403 Error
- notification setting
- 이미지 gps
- room
- datastore
- shotcut
- onReceivedSslError
- BottomSheetDialog
- notification bar
- itemAnimator
- Plugins
- Git
- ChromeCustomTab
- navigation component
- webview
- kdoc-generator
- circlecrop
- skipcollapsed
- requestPermission
- jsontokotlinclass
- LOG
- application
- Android
- App Startup
- notification
- ExifInterface
- onResume
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