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