I am sending a broadcast when notification received and clicked on it to open a certain fragment. But when my application is on background this is not working. Is there any way to bring my activity to foreground without re-open it again.
Asked
Active
Viewed 29 times
0

Vadim Kotov
- 8,084
- 8
- 48
- 62

Bahadir Gul
- 152
- 3
- 19
-
Possible duplicate of [How to bring an activity to foreground (top of stack)?](http://stackoverflow.com/questions/2232238/how-to-bring-an-activity-to-foreground-top-of-stack) – shtolik Nov 29 '16 at 20:45
-
What do you mean by "application is on background" and "bring my activity to foreground"? What behavior should the user see? What did you try? And what is not working about it? – Code-Apprentice Nov 16 '17 at 14:30