Home > other >  How can i prevent app to switch over multi-View in android?
How can i prevent app to switch over multi-View in android?

Time:12-20

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 Developer Options Screenshot

I think this "Force activities to be resizable" might be forcing your activity to be resizable.

  • Related