How to disable the SplitScreen mode in Android 7.1.1 without disabling the MultiWindow mode?
I am using Freeform Window Mode to open multiple activities. In landscape orientation of device when an activitiy is dragged to the left or right edge of the screen the activity gets docked and the StackDivider splits the screen. Disabling MultiWindow mode eventually disables Freeform Window mode. So is there any way to disable the SplitScreen mode only (without disabling MultiWindow mode) by editing the Android source code?