Android 17 introduces Continue On, a system feature designed to make switching between Android devices feel seamless. The capability allows a user to start an activity—such as editing a document or browsing a webpage—on one device and continue the same task on another nearby device without restarting the workflow.
Unveiled around Google I/O 2026, the feature brings Android closer to cross‑device continuity experiences already familiar in other ecosystems. Instead of developers building their own synchronization or pairing systems, Android provides a platform‑level framework that handles discovery, handoff suggestions, and secure data transfer between devices.
From the user’s perspective, the feature is simple:
For example, someone browsing a website on a phone could pick up a tablet and immediately see a suggestion to continue that session. Selecting it launches the same experience on the larger screen.
Technically, Continue On uses a sender/receiver model built into Android.
Apps must explicitly declare that an activity can be transferred. Developers enable support by marking activities as handoff‑ready using the Android 17 APIs (for example, calling setHandoffEnabled(true) when an activity is ready to be transferred).
Once enabled, the app supplies continuation data describing how the task should resume on the receiving device. The Android system handles the rest of the coordination between devices.
Continue On works only when Android determines that another device is eligible for the handoff. Several conditions typically apply:
When these conditions are met, the system can advertise the transferable activity to nearby devices and display a suggestion in system UI such as a tablet taskbar or launcher.
Instead of forcing each app to implement its own networking or pairing system, Continue On relies on system‑managed device communication.
Android coordinates the transfer using secure local communication between the devices while associating the session with the user’s account and app context. This system approach ensures that developers do not need to build custom cross‑device transport layers themselves.
Public documentation confirms the existence of this secure communication layer but does not provide a full technical specification of the underlying protocol or cryptographic details.
Continue On supports a fallback path when the receiving device lacks the native app.
Developers can provide web continuation data, allowing the receiving device to open the equivalent experience in a browser instead.
If the continuation uses a standard web intent, Android resolves it according to normal app‑link rules: if the app is approved for that domain it can open in the app, otherwise it launches in the user’s default browser.
This fallback ensures the user can still continue the task even if the native app isn’t present on the second device.
Continue On is powerful but comes with several constraints today:
Documentation and early reports do not yet specify every supported device type, distance requirement, or all system surfaces where handoff suggestions will appear, indicating the feature is still evolving.
Continue On is included in the Android 17 platform and its developer APIs. Android’s release cadence now targets a major SDK release in Q2 2026, with additional updates later in the year.
Developers can already begin experimenting with the APIs in Android 17 builds, integrating cross‑device handoff into their apps before broader device rollout.
Continue On represents a shift toward a device‑agnostic Android experience. Instead of treating phones, tablets, and other devices as separate contexts, the platform is gradually enabling workflows that move fluidly between screens.
For users with multiple Android devices, this means tasks can follow them across devices rather than restarting each time they switch screens—a step toward a more unified Android ecosystem.
Studio Global AI
Use this topic as a starting point for a fresh source-backed answer, then compare citations before you share it.
Android 17’s “Continue On” lets users resume an app activity on another nearby Android device—such as moving a task from a phone to a tablet—using system‑level handoff, account syncing, and developer‑provided continua...
Android 17’s “Continue On” lets users resume an app activity on another nearby Android device—such as moving a task from a phone to a tablet—using system‑level handoff, account syncing, and developer‑provided continua... The system surfaces handoff suggestions (for example in a tablet taskbar), detects nearby eligible devices tied to the same account, and securely transfers activity state so the receiving device can resume the task.
If the target device doesn’t have the app installed, developers can provide a web fallback so the task opens in the browser instead.
Loading comments...
Comments
0 comments