I have an application in Android that has a button in the MAIN activity that performs an action.
Is there a way to execute that action without opening the application?
I don't know if I can say it is like a widget, because it does not wait for updates.
The user should be able to execute that action just clicking on the icon of the application without opening. Is it possible?