1

I want to listen to an event that if a certain activity is on top. Is there a system broadcast or event listener to support that?

TieDad
  • 9,143
  • 5
  • 32
  • 58

2 Answers2

0

If this yours activity, you can send a broadcast yourself at onStart().

Pozzo Apps
  • 1,859
  • 2
  • 22
  • 32
0

Maybe you could start a service to monitor the Activity Stack or you could use an Accessibility Service to achieve that.

Community
  • 1
  • 1
Kevin
  • 366
  • 4
  • 5