0

Is there a way to get broadcast ? When user switches between apps in android.

user3552206
  • 156
  • 1
  • 5
  • 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 Answers1

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

Community
  • 1
  • 1
QAMAR
  • 2,684
  • 22
  • 28