I would like to know if there is a way of using the notication bar in order to do some operations (onClick), without having an activity being launched/resumed.
for examp
Is there any way to implement such a thing?
Use an appropriate PendingIntent. Instead of calling getActivity(), call getService() or getBroadcast().
PendingIntent
getActivity()
getService()
getBroadcast()