Hi, I’d like to enable both cover and main screen and show app or contents at the same time. such as cover preview of the camera app.
is there any way i can achieve this?
Hi, I’d like to enable both cover and main screen and show app or contents at the same time. such as cover preview of the camera app.
is there any way i can achieve this?
Hello chlrkdus4819,
WindowManager, a Jetpack library introduced by Google, helps application developers support new device form factors. This library supports dual screen mode from version 1.2.0-beta03. Dual screen mode lets you show content on both displays of a foldable at the same time.
https://developer.android.com/guide/topics/large-screens/foldable-display-modes#dual-screen-mode
You can enable this mode programmatically in Galaxy Fold 5 or later devices running on OneUI 6.0.
Thanks,
Ummey