I want my Kotlin Jetpack Compose app to launch another app or activity as a floating window.
The user needs to do something in the other app but the main app should stay in full screen mode and must not be left.
For example opening a browser page in a floating window without leaving an app, I see this implemented by some apps but I don't know how
How to achieve it in Kotlin?