<is it possible to add an action button on a notif...
# stackoverflow
r
is it possible to add an action button on a notification when using customview for the the notification? i used first a simple notifcation with content text then i added an action button which works normally but when i added a customview instead it does not seem to work val notificationView = RemoteViews(context.packageName , R.layout.notification_item) val notificationViewBig = RemoteViews(context.packageName , R.layout.notification_item_big) val intent = Intent(context,NotificationBroadCastReciever::class.java).apply {...