Is there a way to get broadcast ? When user switches between apps in android.
Asked
Active
Viewed 137 times
0
-
There is no such broadcast, you can check http://stackoverflow.com/questions/3871119/how-to-be-notified-when-foreground-top-activity-application-changes – QAMAR Sep 28 '15 at 10:30
1 Answers
0
There is no such Intent
which you can use Best bet would be to monitor the activity stack. As Answered in
How to be notified when foreground (top) activity (application) changes