RemoteInput.Builder(KEY_TEXT_REPLY).run { setLabel("ฦ৴͢Δ") build() } // actionʹRemoteInputΛΞλον val action: NotificationCompat.Action = NotificationCompat.Action.Builder(R.drawable.icon, "ฦ৴͢Δ", pendingIntent) .addRemoteInput(remoteInput) .build() // ฦ৴ΞΫγϣϯ༻ͷPendingIntentΛ࡞ val replyIntent = Intent(this, MyBroadcastReceiver::class.java).apply { action = "REPLY" putExtra(ACTION_REPLY_NOTIFICATION_ID, 0) } val pendingIntent = PendingIntent.getBroadcast( this, 0,replyIntent, PendingIntent.FLAG_MUTABLE)