Developer Notes By the Split Screen Launcher team March 2026 ~8 min read

Split Screen Launcher: One of the few split-screen apps still working on Android 15 and 16

Pixel and stock-Android phones lack Samsung's "App Pair" feature. In this post, we walk through how Split Screen Launcher fills that gap, why most alternatives broke on recent Android releases, and the design decisions we made along the way.

Split Screen Launcher main screen showing saved app pairs
Split Screen Launcher on Pixel 9 Pro (Android 16). Saved pairs are managed inside the app — tapping any row launches both apps in split view at once.
Category: Productivity tools Tested on: Pixel 9 Pro (Android 16), Pixel 7a (Android 15)
TL;DR
Contents
  1. Background: why "App Pair" matters on Android
  2. What Split Screen Launcher actually does
  3. The Android 15/16 problem — and why most competitors broke
  4. Permissions and privacy
  5. How it compares to other split-screen apps
  6. Pricing
  7. Who this app is for (and who should skip it)
  8. Summary
  9. Changelog

1. Background: why "App Pair" matters on Android

Android has supported split-screen multitasking since version 7.0 (Nougat, 2016). What it has never supported at the OS level is saving combinations of two apps and launching them together. Samsung added this to One UI as "App Pair" back in 2017, and users who move from Galaxy to Pixel almost immediately notice it's gone.

The workaround is to install a third-party launcher that automates the two-step process: open app A, open app B into the adjacent window. Google Play lists dozens of these — but the ecosystem is messier than it looks, because each Android release changes how split-screen can be invoked, and most of these apps don't get updated.

2. What Split Screen Launcher actually does

Split Screen Launcher is a single-purpose utility. You pick two apps, name the pair ("Commute", "Work", "YouTube + X"), and the pair shows up as a row in the app. Tapping it opens both apps side-by-side.

Creating a new app pair
Pair creation: pick any two installed apps and save them as a named pair. The one-time setup is what makes subsequent launches a single tap.
List of saved pairs
All pairs live inside the app itself — no home-screen icons are created. This is a deliberate choice that keeps the launcher unaffected by Pixel/Nova quirks and OS changes.
Two apps running in split screen
Result: two apps side-by-side in split view, launched from a single tap on the pair. Example shown: Gmail + YouTube.

That's really the entire feature set. No built-in browser, no floating widgets, no notification panel integration. The APK is about 2.8 MB — smaller than most app icons — and it doesn't run anything in the background.

Example pairs we used during testing:

One detail worth calling out because it's easy to miss: pair data exports to a backup file. That sounds trivial, but several competing apps in this category store their pairs in app-private storage with no export path — switching phones means rebuilding every pair by hand. We made the backup/restore a first-class feature precisely so a Pixel-to-Pixel migration restores the full set in seconds.

Worth flagging another design choice up front: the app does not create home-screen shortcuts. Every pair lives inside the app itself. That's a trade-off. The cost is that launching a pair means opening the app first — one extra tap compared to shortcut-based competitors. The benefit is twofold: the home screen doesn't get cluttered with pair icons, and the app isn't tied to whatever the current launcher (Pixel Launcher, Nova, etc.) decides to do with its shortcut behavior. The latter matters more than it sounds — as noted in section 3, shortcut-intent-based launchers are exactly the kind that tend to break across Android 15 and 16 transitions. Staying inside the app insulates the tool from that whole class of failure.

Who this app is for (and who should skip it)

Before we dive into the technical side, here's a quick fit-check so you can decide whether the rest of this article is worth your time.

Good fit if you…

  • Use the same two apps together regularly (maps + music, email + chat)
  • Are on Pixel or stock Android and miss Samsung's App Pair
  • Prefer apps without ads or tracking SDKs
  • Run Android 12L or newer (no Accessibility permission required)
  • Want something that keeps working across OS version bumps

Skip this if you…

  • Rarely use split-screen in the first place
  • Want a floating widget, gesture launch, or Tasker integration
  • Need to pair apps that declare themselves non-resizable (stock Camera, Google Files)
  • Own a Samsung device — One UI's built-in App Pair is already excellent
  • Prefer home-screen shortcuts over in-app management

Still interested? The rest of this article covers the technical background — why Android 15 and 16 broke most of the alternatives, and the design decisions behind our approach.

3. The Android 15/16 problem — and why most competitors broke

This is the interesting part, and the reason most competing apps have stopped working.

Historically, split-screen launchers have relied on a handful of OS-level APIs that Google has gradually tightened or removed. Each new Android release has chipped away at the methods third-party apps use to launch two apps side-by-side. Android 15 and 16 in particular closed off the most common routes. Shell-level workarounds fail in similar ways.

In plain terms: the "tricks" third-party apps used to flip the phone into split mode don't work anymore on Android 15 and 16. Most apps in this category never shipped a fix.

The result is that a majority of split-screen utilities on Google Play — including the most-downloaded one in this category — no longer behave correctly on recent Pixel devices. User reviews for those apps are full of complaints dating from late 2025 onward.

Split Screen Launcher reaches split view reliably on Android 15 and 16 via a different path. We're keeping the exact mechanism to ourselves — it took a fair amount of experimentation to find a combination that works across OS versions, and publishing the recipe would effectively be handing it to every broken competitor. What we can say is that our release history reflects active maintenance across the Android 12, 12L, 14, 15, and 16 transitions, and we intend to keep that cadence going.

What still doesn't work: Some apps declare android:resizeableActivity="false" in their manifest — the stock Camera and Google Files are the big ones — and the OS hard-blocks those from entering split-screen regardless of how they're launched. Even Samsung's built-in App Pair can't put them side-by-side. Not an app limitation, and not fixable by any third-party utility.

In plain terms: these apps have told Android "I refuse to run in split mode", and no third-party tool — not even Samsung's — can override that.

4. Permissions and privacy

On Android 12L and newer, the app requires no runtime permissions and no Accessibility Service. Everything is done through standard Activity flags.

On Android 9 through 12, the app does need Accessibility Service permission, because that's the only available API. The Play Store listing is explicit that the service is only used to trigger split-screen mode. The permission list shown by Google Play is short enough that you can read the whole thing on one screen — no location, no contacts, no storage, and (notably) no network. That's already unusual for this corner of the Play Store.

In plain terms: on older Android versions there was no official API for triggering split screen, so Accessibility Service was the only workable route. It's a legacy constraint, not something the app uses to read your screen.

For comparison, most free split-screen apps on the Play Store bundle ad SDKs (AdMob, Unity, IronSource), which means they ship with the INTERNET permission and the tracker bundle that comes with it. We chose to monetize via a minimal subscription instead — partly to keep the permission footprint clean, partly because bundling ad SDKs into a 2.8 MB utility would more than triple its size.

5. How we compare to other split-screen apps

Before the comparison itself, it's worth sketching the landscape. "App Pair"-style functionality has been approached from a few angles:

Against that backdrop, here are the three most commonly cited dedicated alternatives on Google Play as of early 2026:

Feature Split Screen Launcher
(sakura.dev.jp)
Split Screen Launcher
(CCS Software Inc.)
Split Screen Shortcut
(Toolhouse)
Works on Android 15 / 16 Yes Partial / reports of failure Reported broken
Ads (free tier) None Banner + interstitial Interstitial
APK size ~2.8 MB ~15 MB ~8 MB
Accessibility permission required Only on Android 9–12 Always Always
Network permission in manifest Not declared Declared (ads) Declared (ads)
Pro / premium price ~$1 / month Reported ~₱775 (~$13) locally One-time ~$3
Last update March 2026 June 2025 2023

Competitor figures based on current Google Play listings as of March 2026. Prices vary by region. Scroll horizontally on narrow screens.

The CCS Software app is the 800-pound gorilla in this niche — it has 1.9 million+ downloads, far more than anything else — but its last update predates Android 15, and recent user reviews on Google Play complain it no longer launches split view correctly on Pixel 8, 9 and 10 devices running Android 15 or 16. A separate app, "Split Screen Easy Multitasking", charges $18.99 per week for premium features, which has been widely criticized in Reddit threads.

In other words, the field is unusually weak right now. A small, actively maintained, ad-free app like this one has an easy path to standing out — but only if users can find it.

6. Pricing

The free tier caps the number of saved pairs so users can try the full workflow before deciding whether it fits their habits. Core functionality — creating pairs, launching them, backup/restore — all works without paying.

The Pro subscription runs around $1 / month depending on region, removes the pair limit, and adds folder organization plus icon color customization. Standard Google Play subscription, cancel anytime.

For context: the same-category CCS Software app's premium tier has been reported at around $13 locally in the Philippines, and "Split Screen Easy Multitasking" charges $18.99/week. At $1/month this is roughly an order of magnitude cheaper than the closest paid competitor.

7. Summary — who this is for

Who is this for? Honest take

We don't think this app is for everyone. If you don't already have a fixed two-app habit (maps + music, email + chat, etc.), you probably won't open it much. But if you're on stock Android and you've been missing Galaxy's App Pair since switching to Pixel, we built this for you — and we tried to make it the least-compromised way to get that behavior back. The no-ads posture and the $1/month price point are deliberate choices, and we think they're the right ones for this category.

Pros

  • Actually works on Android 15 and 16
  • No ads on any tier
  • 2.8 MB, no background services
  • No Accessibility permission on Android 12L+
  • No network permission declared at all
  • Pro tier at ~$1/month is 10× cheaper than competitors
  • Backup / restore for device migrations
  • 15 language localizations

Cons

  • There's a visible ~1 second delay between tap and split view appearing. This is mostly an OS-side cost — entering split mode on Android 12L+ involves multiple task transitions that the system sequences internally, so any app in this category sits in the 0.8–1.2 s range. Not a bug, but worth setting expectations
  • No home-screen shortcuts, no floating widget, no gesture binding, no Tasker integration — launching a pair means opening the app first. A deliberate design choice (see section 2), but it does cost you a tap
  • Pair creation list shows every installed app without categories, which gets tedious once you pass ~60 apps on the device
  • Apps flagged non-resizable by the OS (Google Files, stock Camera) still won't split — not the app's fault, but worth knowing before you hit the limitation yourself
  • Solo dev, so if you hit an edge case on a non-Pixel ROM, don't expect same-day fixes

Install from Google Play

Changelog

Recent updates to Split Screen Launcher. We'll keep this list appended as new releases ship.

v1.5.4 — March 2026
  • Performance improvements on app resume
  • Fixed a crash when editing folders
v1.5.3 — February 2026
  • Fixed a crash during pair drag-and-drop reordering
v1.5.1 — January 2026
  • Added trial-expiration dialog for Pro subscribers
  • Billing plan ID corrections and UX polish
v1.5.0 — January 2026
  • Added in-app usage tracking and review prompt
  • Upgrade nudge for users approaching the free-tier limit
v1.4.x and earlier
  • Android 15 compatibility (new launch path for the current OS constraints)
  • Gradle / AGP / target SDK 35 upgrade for Play Store compliance
  • Folder organization for pairs (Pro feature)
  • Backup and restore for pair configurations
  • 15-language localization rollout