How to restrict split-screen option in android studio

  In order to restrict the split-screen option in Android Studio, you can add the android:resizeableActivity attribute to the AndroidManifest.xml file for each activity that you want to restrict. Setting the android:resizeableActivity attribute to false will prevent the activity from being displayed in split-screen mode. Here’s an example of how to use the android:resizeableActivity attribute: … Read more