[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 Niotron with Apk Editor Studio. So let’s start

Preview

image

Step 1

Download your awesome .apk file from Niotron Builder 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"

Step 5

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

Step 6

Click Save APK Button to save your apk file

demo.apk (4.3 MB)

If this help you just press :heart: button

2 Likes

Awesome guide :+1:t2:

1 Like

@Avijit will you please provide any test application which can give a notifier message when a button will be clicked and that application can’t be splitted

2 Likes

Done :white_check_mark:

1 Like

Thank you dear :slightly_smiling_face:

1 Like

Hi @Avijit I tested your apk but it doesn’t seem to be worked ; split mode / floating view still works

Here are some screenshots tested on Redmi Note 7 (Android 10 - MIUI 12.5.1)

Floating view

Split screen

No notifier or any message shown when used in floating view.

Even in split screen it seems to be worked normally a small notifier message comes which can be dismissed by touching and apk can be used normally in split mode :upside_down_face:

Video

1 Like

Hello @Anu10 ,
Welcome to Niotron

1 Like

Hello @Horizon is my apk working in your phone ?

Yes it’s working in my mobile
Android version 9(Lolipop)
Redmi 6 pro

Works on Android 11 Realme C12

1 Like

Thanks for your valuable time.

Observed on redmi devices, it doesnt work

2 Likes