How can I disable multiwindow mode for app Android

2k Views Asked by At

By setting this android:resizeableActivity="false" flag just gives a message that "App may not work in split mode" . But the app still goes to the split screen mode. I used this tag like this

<application android:resizeableActivity="false" > ... </application> 

MinSDKVersion - 24

I have tried many solution but didn't find any luck.

https://stackoverflow.com/a/46603618/10279394

Disable multi window feature programmatically

How can i disable it ?

0

There are 0 best solutions below