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 ?