How to detect multiwindow and floatingwindow

hi, help me. i want to know there a extension or the way to detect app running ont he background on floating window
i mean, i can trigger the sound if my app pause. its work if multiwindow but in floatingwindow is nothing. how different?

Hi dear,

Welcome to the Kodular community!

In multi-window or split-screen mode, the app is effectively open, so there’s no issue, it works normally.
In floating-window mode, however, it depends a lot on the extension you’re using and how it manages the floating element.

Which one are you using?

i make a exam app, and i dont wanna other app can floating on my app
because my app only can detect multiwindow with devinfo extension but not a floatingwindow

I’m very sorry, I hadn’t quite understood what you wanted to do.
Thank you for the clarification.

Anyway, after searching around the web a bit, I found out that for privacy reasons it’s not allowed to know which other apps are open.
An extension might be able to do it through special permissions, but I haven’t found anything that actually works :face_with_diagonal_mouth: