Intent iOK= new Intent(this, MainActivity.class);
PendingIntent piOK = PendingIntent.getBroadcast(this, 2, iOK, 0);
Notification notification = new NotificationCompat.Builder(getApplicationContext(), CHENEL_1_ID)
.addAction(R.raw.weewqwqe, "OK", piOK)
.build();
notificationManager.notify(1, notification);