I want to prevent my app to switch over multi-View, I have already added the android:resizeableActivity="false"
at in manifest application level but it's not working on some of the android devices like OPPO and MI Phones, etc.
I have read and try many articles, documentation but didn't find the solutions.
CodePudding user response:
A useful hint can be found in the
I think this "Force activities to be resizable" might be forcing your activity to be resizable.