[Android] 로컬 푸시 알림 테스트
1. AndroidManifest.xml 수정[경로] app.manifests.AndroidManifest.xml 2. MyPushNotificationService.kt[경로] com.project.project_name.service.MyPushNotificationService.ktclass MyPushNotificationService(private val context: Context) { fun sendPushNotification(title: String, body: String) { val notificationMana..