84일차(2)/Android App(48) : Notification(1) 새 모듈 생성- empty activity step21notification activity_main.xml MainActivity package com.example.step21notification; import android.Manifest; import android.app.Notification; import android.app.NotificationChannel; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import ..