Android Question Prevent Multi-Window pop-up view

CaptKronos

Active Member
Licensed User
I am trying to remove the Multi-Window option "Open in pop-up view" without success. I have tried adding to the manifest
B4X:
SetActivityAttribute(Main,android:supportsPictureInPicture, "false")
but that doesn't seem to do anything.

I would appreciate some help. Thanks.
 

CaptKronos

Active Member
Licensed User
That turns off all multi-window functionality, which I might end up going with if it is not possible to just disable the pop-up view. Ideally, I would like to have the option "Open in split screen view" but not "Open in pop-up view".
 
Upvote 0
Top