[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