Is there a native android way to get a reference to the currently running Activity from a service?
I have a service running on the background, and I would like to up
I don't know if it's a stupid answer, but resolved this problem by storing a flag in shared preferences every time I entered onCreate() of any activity, then I used the value from shered preferences to find out what it's the foreground activity.