Pixel-onlyUpdated April 2026

Pixel Now Playing & At a Glance,
explained

Now Playing identifies songs around you offline. At a Glance shows contextual info on the Pixel home and lock screen. Both are system-driven, not app-driven — the opposite end of the spectrum from Live Activities.

Quick answer

Now Playing and At a Glance are Google's system-driven, ambient glance UIs on Pixel phones. Now Playing IDs songs offline; At a Glance shows contextual info (weather, calendar, travel). They are not third-party developer surfaces — for that, use ongoing notifications, widgets, or Live Updates.

What Is Now Playing?

Now Playing is a Pixel feature that listens for ambient music and identifies it using a small on-device song database. When it recognises something, it shows the title and artist on your Lock Screen and (if enabled) saves the match to a history view inside the Pixel system app.

It is privacy-preserving by design: audio fingerprinting happens on the device, no audio is uploaded, and you can opt in to a fallback that asks Google's cloud only when on-device recognition fails.

Now Playing is a system-driven surface. Apps cannot push their own “currently playing” content into it.

What Is At a Glance?

At a Glance is the contextual widget at the top of the Pixel home screen (above the search bar) and on the Lock Screen. It surfaces:

Weather, time & date

Current weather and hourly hints (rain, snow, clear).

Calendar events

Next event, location, time-to-leave estimate.

Travel & ride

Flight status, hotel reservations, ride ETAs (via Gmail + system intents).

Battery & charging

Charging speed, time to full, battery share to other devices.

Doorbell / camera alerts

Nest doorbell rings, motion alerts, package detection.

Sunrise / sunset, holidays, focus changes

Ambient signals worth a single line of attention.

Like Now Playing, At a Glance is system-managed. Google adds new sources over time; developers don't directly write to it.

How They Work Under the Hood

1

Now Playing — on-device fingerprinting

A compact ML model + song database (~50K popular tracks per region) listens via the always-on DSP and produces a fingerprint match locally.

2

At a Glance — context engine

Pulls from Calendar, Gmail, Maps, the system battery API, weather provider, and connected Nest devices. Composed into a single line of text + icon by the Pixel Launcher.

Now Playing / At a Glance vs Live Activities

Live Activities (iOS)

App-driven. Your code declares and updates the activity. The system renders it.

Now Playing / At a Glance (Pixel)

System-driven. Google curates what appears. Apps cannot directly publish to it.

Why it matters

If you are an app builder, do not chase At a Glance. Build the rich glance UI yourself with widgets or ongoing notifications + Live Updates.

Where they overlap

A user with both will see your Live Activity on iPhone and your ongoing notification (or Live Update) on Pixel — both reaching their lock screen, just through different doors.

What Apps Can Do Instead

For app-driven, real-time glance content on Android use a combination of:

Frequently Asked Questions

What is Now Playing on Pixel?

Now Playing is a Pixel-only feature that uses an on-device music database to identify songs playing around you, then displays the title and artist on your Lock Screen and (optionally) saves a history. It runs offline and is privacy-preserving — no audio leaves the device.

What is At a Glance on Pixel?

At a Glance is the contextual widget at the top of the Pixel home screen and lock screen. It shows weather, time, calendar events, ride status, flight info, sunrise/sunset, doorbell rings, traffic, and other glanceable signals — assembled from system services and Google apps.

Are Now Playing and At a Glance the same as iOS Live Activities?

No. Live Activities are app-controlled, real-time, event-tied UI. Now Playing and At a Glance are system-driven glance UIs — Google decides what shows there based on context. They are closer in spirit to iOS’s Suggestions and the iPhone Lock Screen widgets, not to Live Activities.

Can third-party apps push content to At a Glance?

Mostly no. At a Glance pulls from system signals (calendar, doorbells, traffic, ride APIs) and Google services. Some integrations exist for travel and ride-share apps, but it is not an open developer surface like widgets or notifications.

Where do Now Playing and At a Glance run?

Both are part of the Pixel Launcher and Google Pixel system services on Pixel 2 and later (Now Playing) and on most modern Pixels (At a Glance). Other Android devices may have similar features (e.g. Samsung’s Edge Lighting, OnePlus Shelf), but with different APIs.

How can my app surface info on the Pixel lock screen instead?

For app-driven, real-time glance content on Android, use ongoing notifications (often paired with a foreground service) and, going forward, Live Updates in Material You. For ambient periodic info, use App Widgets / Glance widgets.

Ship a mobile app that lives on the lock screen.

Newly turns a one-line idea into a complete native iOS + Android app — Live Activities, ongoing notifications, widgets, and the React Native source code, all yours.