is it possible to start a service from a notification.
The normal way of starting an activity is working perfectly, but I need some pre checks of data before actually starting the app.
I’ve tested it with including a valid service in the notification intent, but nothing happens.
You have to use PendingIntent.getService instead of pendingIntent.getActivity.