Is there a way to get the foreground application I’m currently using?
I am developing for Cydia.
In the class SBApplication there is nothing that I found to be useful.
Is there a way to get the foreground application I’m currently using? I am
Share
A very quick web search led me to discover that “Starting from 3.2 one can also use
-[SpringBoard _accessibilityFrontMostApplication]to get the front most application.”