I am making an app. i don't want to my app split in screen as mention in the nougat version. Can anybody tell me how can i do this that my app does not split into screen.
In you manifest add this in the application tag, so it will look like this:
<application
android:resizeableActivity="false" >
...
</application>