Hi,
I use the
NotificationCenter in my Android app. It works, no problem...
To do interactions I use the
onReceiveLocalNotification
But is it possible that after notification tap on Smartphone the user will not be delegated to the app?
After tap the app should only put data in clip board.
I know it must be possible. Some Java apps can react without to go in foreground...
Thanks.