0

I want to open my app when some other app is opened. Ex: I want to open my game launcher when some game is opened and i want to draw over the other app

How can i make this in android studio? If you found any online article or videos attach the link down.

Anselum
  • 3
  • 3

1 Answers1

0

If you want to be notified of the execution of other applications, you must use AccessibilityService, by activating AccessibilityService, your app will be notified whenever a application is executed, this is the simplest and best solution for that.

You can also get permission Appear on top to draw on other apps or start an activity from your app instead of drawing, there is currently no other control solution.

Abbas Ghassemi
  • 135
  • 1
  • 6