I want to move from action in notification to other activity
.addAction(R.drawable.ic_action_stat_share,
res.getString(R.string.action_share),
startService(new Intent(NewMessageNotification.this,FloatingService.class)))
I want to move from action in notification to other activity
.addAction(R.drawable.ic_action_stat_share,
res.getString(R.string.action_share),
startService(new Intent(NewMessageNotification.this,FloatingService.class)))