Recent Posts
Recent Comments
목록알림 (1)
라떼는말이야
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bfKK14/btrj1MIQAmi/jUeqBao5HMVC0UBd0U1evK/img.jpg)
fun createNotificationChannel(context: Context) { try { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { val notificationManager = context.getSystemService(Context.NOTIFICATION_SERVICE) as NotificationManager val notificationChannel = NotificationChannel( NOTIFICATION_CHANNEL_ID, "수업시작 알림", NotificationManager.IMPORTANCE_HIGH ) notificationChannel.description = "수업 시작 전 알림을 띄웁니다." notificat..
안드로이드
2021. 11. 5. 14:58