How do I get information about the app that is currently on the foreground?
E.g. When I open an app I want to see the app name flashing under the screen like the following screenshot:
I want this to happen for every app I open, not just the first, or the first 3, for every app I open. Then when I have that information, I want to do a few things if the app package name (Or name, but preferably the package name) is equal to the one I want.
Thanks