I’ve got a background app and I want to be able detect when any app is in full screen mode... not my app, just any app.
Any ideas?
Printable View
I’ve got a background app and I want to be able detect when any app is in full screen mode... not my app, just any app.
Any ideas?
you could maybe monitor focus events, wiki has nice exmaples for this one.