📱 Android Live Drive Surfaces (Notification, Status-Bar Pill, Home-Screen Widget)
Three glanceable surfaces on Android — the rich foreground notification, the Android 16 Live Updates status-bar pill, and the home-screen widget — show your active drive without opening the app.
While AutoDrive is recording a drive on Android, your speed, distance, and elapsed time are visible from three different surfaces — the same drive state painted three ways, depending on what you’re looking at:
- The foreground notification in the shade (works on every supported Android version).
- The Live Updates status-bar pill at the top of the screen (Android 16 / API 36 and newer).
- The Live Drive home-screen widget if you’ve placed it on a home-screen page. See Android Home-Screen Widget for that.
All three are the Android counterpart to the iPhone’s Live Track — same metrics, same per-second refresh cadence, same finalize behaviour — just routed through Android’s notification system instead of iOS Live Activities.
The foreground notification
Whenever AutoTrack is armed, AutoDrive runs a low-priority foreground service so Android keeps the drive-detection logic alive in the background. That service has a notification you can pull down at any time. It has three shapes:
- Monitoring for drives — no drive in progress. A single, terse line so the notification doesn’t feel noisy when you’re just walking around.
- Recording Drive — collapsed line shows
{speed} · {distance} · {elapsed}. Pull down or expand the notification and the BigText layout breaks each metric onto its own line, plus a one-tap Stop action button that ends the drive without opening the app. - Finalizing drive… — the title flips while the configured stop interval winds down. Speed, distance, and elapsed keep ticking through the finalize debounce, so if you start moving again before the timer fires, the drive resumes seamlessly.
The notification updates once per second while a drive is in flight (driven by a 1 Hz ticker), so the elapsed time stays accurate even at long red lights when the speed/distance flows are quiet. It’s coloured with the AutoDrive orange brand mark and tagged as a navigation notification so the system treats it appropriately on the lock screen.
Android 16 Live Updates status-bar pill
Android 16 introduced Live Updates — the platform-level analog to iOS Live Activities. Eligible ongoing notifications get promoted to a compact status-bar pill at the top of the screen (similar to the iPhone’s Dynamic Island treatment) so you can see your speed, distance, and elapsed time without pulling the shade down.
AutoDrive marks the foreground notification as a Live Update on every per-second refresh, so on Android 16 devices you’ll see the pill the moment a drive starts and it disappears as soon as the drive finalizes. On Android 13, 14, and 15 the same notification renders in its normal place — the pill is the only difference.
If you don’t see the pill on Android 16: some OEM builds (especially Samsung One UI early on Android 16) ship a partial Live Updates implementation. AutoDrive falls back gracefully to the regular notification if the platform doesn’t accept the promotion request — you won’t see an error, you’ll just see the notification rather than the pill. The pull-down view is identical either way.
Why three surfaces?
Each surface is best for a different posture. The pill (or notification) is glanceable while the phone is in your pocket or mounted on a vent. The widget lives on a home-screen page so you can pick up the phone, swipe home, and see the live drive without unlocking. And the notification is always there as the canonical fallback — if you ever can’t see one of the other two surfaces, the shade will show you exactly what AutoDrive sees.
Stopping a drive from the surfaces
The notification has a Stop action button that ends the drive in a single tap (no need to open the app). The status-bar pill is read-only on the current Live Updates spec — tap it to expand into the notification, then use the Stop button. The home-screen widget is also read-only; tap it to open AutoDrive at the dashboard.