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?
Asked
Active
Viewed 364 times
2 Answers
0
Maybe you could start a service to monitor the Activity Stack or you could use an Accessibility Service to achieve that.