Microsoft has begun testing a new cross-device handoff feature in Windows 11 that lets users seamlessly move their Spotify listening session from an Android phone to a PC with a single click. Dubbed Cross Device Resume (XDR), the functionality appears as a taskbar alert on Insider PCs linked to an Android handset, offering a "Continue on this PC" prompt that opens the desktop Spotify app to the exact playback position left on the phone. If Spotify isn't installed, a one-click Store install flow kicks in automatically. This isn't screen mirroring or app streaming—it's a true context transfer built on a new Continuity SDK and a short-lived AppContext model that passes state between native apps.
The feature is currently rolling out to Windows Insiders in the Dev and Beta channels on builds that include KB5064093 (Dev Build 26200.5761 and Beta Build 26120.5761). Availability is gated behind a controlled server-side flag, meaning not everyone on those builds will see it immediately. The rollout, which first surfaced reports in early August 2025, marks Microsoft's most polished attempt yet at an Apple Handoff–like experience for the Windows and Android ecosystem.
A long road from Project Rome to the taskbar
Microsoft's cross-device ambitions are far from new. Project Rome in the Windows 10 era seeded concepts like app-to-app communication and remote launch, while the Your Phone app—later rebranded as Phone Link—brought notifications, texts, and photo sync to the desktop. The company even shipped the Windows Subsystem for Android (WSA) to run Android apps natively, only to deprecate it in 2024 with final support ending in March 2025. Cross Device Resume represents a strategic pivot: instead of emulating a phone's UI on the PC, it moves the momentary intent—the song you're playing, the article you're reading—between app instances on different platforms.
That shift is defined by two architectural decisions. First, the feature uses context transfer rather than screen streaming, eliminating the performance and latency penalties of previous approaches. Second, it provides a platform contract via the Continuity SDK so that third-party apps can participate, not just first-party Microsoft services. Spotify is the initial launch partner, chosen for the compact, well-defined state of media playback.
How Cross Device Resume works under the hood
XDR operates through a chain of components that share a time-boxed snapshot of app activity:
- AppContext (time-boxed): The Android app publishes a transient context object—for example, "user is listening to track X at timestamp Y"—via the Link to Windows service. This context is intentionally short-lived, typically expiring after a few minutes, to keep resume invitations relevant and limit the attack surface.
- Continuity Broker: A cloud/service broker detects the AppContext event and notifies the Windows 11 shell that a resume opportunity exists for a matching desktop application.
- Shell affordance: Windows surfaces a "Resume" toast or badge on the taskbar, indicating the phone activity and offering a continuation action.
- Deep link or protocol handler: When clicked, the desktop app opens to the matching state using a registered protocol or deep link. If the app is missing, Microsoft Store deep-link flow installs it first, then resumes playback after sign-in.
The design means Windows doesn't need an Android runtime. Native desktop apps simply expose compatible entry points for a session to be continued natively, whether the user wants a larger screen or a keyboard.
Why Spotify first—and why media is the logical starting point
Media playback is a low-risk, high-reward first use case. Session state is compact (track ID, timestamp, playlist), accounts are already synced across platforms, and resuming playback requires no complex UI translation. More importantly, the privacy and data-leakage risks are significantly lower than with messaging or document editing.
Microsoft's early testing focuses on an experience that's easy to measure at scale and delivers immediate user value. If the model proves reliable, broader categories like reading, map navigation, note-taking, and possibly messaging are logical next steps—but those will demand far more engineering effort around authentication, privacy, and UI continuity. The company's developer documentation already hints at a curated partner program, with access to the Continuity SDK gated by a Limited Access Feature (LAF) approval process.
How this stacks up against Apple Handoff and Google's multi-device efforts
Apple's Handoff is the quintessential seamless experience: it's baked into iCloud, tied to a single Apple ID, and deeply integrated into the lock screen, Dock, and app switcher. It benefits from Apple's vertical control over hardware, OS, and services, which simplifies reliability and privacy.
Microsoft's approach is inherently messier because it must bridge heterogeneous Android and Windows ecosystems. It uses local pairing (Bluetooth LE/Wi‑Fi) plus a cloud broker and SDK, relying on Link to Windows to manage the phone-side service. The challenge is making this consistent across hundreds of Android OEMs with varying background process policies. The upside is Windows' enormous installed base and a mature desktop app ecosystem where users already prefer to continue tasks.
Google's multi-device play focuses on Android-to-ChromeOS and native Android continuity. That leaves the massive Windows-plus-Android user base underserved—a gap Microsoft is explicitly targeting.
Real-world caveats: reliability, gating, and app adoption
Even on supported Insider builds, not everyone will see Cross Device Resume immediately. Microsoft's server-side feature flags control the rollout progressively by geography and hardware. Several community testers have reported that the feature appeared only after toggling "Get the latest updates as soon as they're available" in Windows Update settings.
Android OEM variability is another hurdle. Aggressive battery management on phones from Samsung, Xiaomi, and others can kill the Link to Windows background service, preventing AppContext collection unless users manually whitelist the app. Microsoft has yet to publish a list of fully supported handsets, but reviewers caution that performance will vary significantly by device and carrier configuration.
App adoption remains the biggest unknown. Without broad third-party buy-in beyond Spotify, XDR risks becoming a demo rather than a daily habit. The Continuity SDK's gated access model gives Microsoft control over quality but may also slow early momentum. Developers must email the Microsoft team, provide package IDs, screenshots, and use-case descriptions to even begin integration.
Enterprise and privacy concerns
Cross-device continuity inevitably expands the potential for data leakage, especially in BYOD scenarios. Sensitive information—file names, partial message content, or even calendar entries—could be transferred to a corporate or personal machine unexpectedly unless policies are tightly configured. Enterprise administrators will demand Group Policy or Intune controls to disable XDR or restrict it to managed devices. At present, such controls are not yet documented.
The consent model must be transparent: users need to see exactly what will be resumed and for how long. The short AppContext lifetime (minutes, not hours) helps, but UI affordances that clearly display the pending action—along with a one‑tap deny—are essential. Microsoft's documentation signals that administrative controls are planned, but organizations should treat corporate adoption as premature until clear policy guidance is published.
Account binding is another weak point. Because resumption requires the same account on both devices, attackers who hijack session tokens could craft a misleading resume prompt. Robust authentication checks during the deep-link flow are critical mitigations, and the controlled rollout of the Store install flow helps limit surface area during early testing.
The WSA retirement and why continuity matters now
Microsoft's decision to deprecate the Windows Subsystem for Android and the Amazon Appstore experience means the company can no longer rely on embedding an Android runtime on every PC. Cross Device Resume is a direct strategic answer: instead of running Android apps, it connects Android and Windows app experiences intelligently. If the pivot succeeds, users gain many of the same productivity benefits without the heavy maintenance burden of a full subsystem.
However, this also implies that some Android‑only experiences—apps without a matching desktop client or deep-link support—will remain disconnected unless developers build for XDR. The feature cannot replace the universal Android app coverage that WSA once promised, but it can make the most common cross-device workflows seamless.
How to try Cross Device Resume today
For Insiders eager to test, the setup path is clear but requires patience:
- Enroll a Windows 11 PC in the Dev or Beta channel and ensure KB5064093 is installed (build 26200.5761 or 26120.5761).
- On the PC, go to Settings > Bluetooth & devices > Mobile devices, enable "Allow this PC to access your mobile devices," and pair your Android phone via Manage devices.
- On Android, install and sign in to Link to Windows, grant background permissions, and ensure Bluetooth and Wi‑Fi are active.
- Open Spotify on the phone, play a track, and wait for the "Resume" toast to appear on the PC taskbar. Click it to continue on the desktop.
If the desktop app isn't installed, the prompt will trigger a one‑click Store installation. Because the rollout is staged, users who don't see the prompt should toggle "Get the latest updates as soon as they're available" in Windows Update and reboot.
Strengths, risks, and the path forward
Strengths:
- Practical design: Context transfer avoids the complexity and resource cost of emulation.
- Platform leverage: Windows' vast desktop app ecosystem makes resume actions meaningful.
- Developer SDK: A formal Continuity SDK and onboarding workflow encourage quality integrations rather than fragile hacks.
Risks:
- Device fragmentation: Android OEM battery management may undermine reliability.
- Limited early support: Without broad third‑party adoption, XDR may feel like a demo.
- Privacy gaps: Enterprise controls and clear consent UI are not yet publicly available.
Critical path to success:
- Convince marquee developers beyond Spotify to integrate.
- Harden reliability across major Android OEMs and publish consumer troubleshooting guides.
- Release Group Policy and Intune controls for enterprise adoption.
- Make the feature discoverable and consistent so users learn to expect resume affordances.
Cross Device Resume is Microsoft's most coherent attempt in years to dissolve the friction between phones and PCs. It sidesteps the pitfalls of WSA with a pragmatic, app‑centric model that mirrors the best of Apple's Handoff while embracing the heterogeneous reality of Windows and Android. The Spotify demo proves the concept; its real value will be determined by developer adoption, Android‑side reliability, and the speed at which Microsoft delivers enterprise safeguards. For now, Insiders with the right build and a bit of luck can glimpse a more fluid future—one click at a time.