[Guide] How to disable split screen in your app!

Hello guys,
I hope all are well. Today i am showing how to disable split screen in kodular with Apk Editor Studio. So let’s start

Preview :point_down:

image

Step 1
Download your awesome apk file from kodular. And open it in Apk Editor Studio

Step 2
Open AndroidManifest.xml file from left side

Step 3
Find <application tag in xml file

Step 4
Add this code in <application tag

Code
android:resizeableActivity="false"

Press ctrl+s to save the code.
Then press Project Manager tab

All done now save your apk and install it on your phone

Useful Links
Sign apk from @bodymindpower
Use apk editor from @consoleheretohelp
Apk to Aab from @Shreyaa

If this help you just press :+1: button

11 Likes

Wow useful guide, this may help those making exam apps. It will help to prevent cheating

3 Likes

Yes certainly…

3 Likes

Certainly not it works normally with Floating windows & in split mode just gives message but apps works without any interruptions.

Note :- It has been reported that this method don’t work in most of the Xiaomi devices (tested on Redmi, Poco & Mi sub brands)


But you can prevent the next activity by checking whether it is multi window mode or not with the help of extension !!

4 Likes

Yes it will prevent me to use those apps for searching answers :rofl:

@Avijit Nice guide :+1: :clap:

3 Likes

Nice guide @Avijit

1 Like

How disable split screen?

Follow this guide.

How to block?

you can using this, but user can save the answer in paste keyboard…

As long as the device is owned by the student, we cannot do anything.

The latest technological developments are very fast but do not allow us to stop them from exploring Android, many applications can edit the manifest.xml of an application on phone. but from google there has never been anything that can protect against editing so this feature will be a little difficult to have.

i was used this for 3 years… from android 9 to android 13.