Preferred Sources
X
Mail

Google Pixel’s Now Playing Feature to Get History Sync Support: App Teardown

Now Plaing app-teardown
この記事のポイント
  • Google Pixel’s “Now Playing” feature, which identifies songs playing around the user and displays them on the lock screen, appears to be getting support for transferring history.
  • Analysis of the APK files from the “Now Playing” app v2026.08.27 update for Google Pixel revealed the addition of resources code related to the “FOREGROUND_SERVICE_DATA_SYNC” permission and a dedicated “NowPlayingHistorySyncService” foreground service, expected to be for history synchronization.
  • There is a possibility that “Now Playing” history will now be handled as cloud backup data, allowing users to carry over their history when switching devices.

Coinciding with the March 2026 Pixel Drop, Google Pixel’s “Now Playing” feature—which identifies music playing around the user and displays it on the lock screen—was spun off into a standalone app.

By becoming a standalone app, the “Now Playing” app is now updated through the Google Play Store, allowing for more flexible additions of new features. However, a concern has been that the “Now Playing” app lacked features like history backup, meaning users couldn’t carry over their history when switching to a new device.

Fortunately, that concern finally appears to be put to rest. We bring you the details in this report from our Jetstream original app analysis content series, “App Analysis.”

「アプリ解析」

当サイトの「アプリ解析」カテゴリで公開している記事では、最新 Android アプリを逆コンパイルして独自に解析し、今後実装される可能性のある新機能や変更点などをお届けします。正式リリース前の新機能や変更となるため開発段階の未確定な情報も含まれますが、Android アプリの今後のアップデート動向をいち早くキャッチできる、ほかにはない当サイトオリジナルコンテンツです。

当サイトオリジナルの「アプリ解析」コンテンツを見逃さないよう、ぜひ Google の「優先ソース」に当サイト「Jetstream 」を登録してください。

Google 優先ソースに「Jetstream」を登録

An analysis of the APK files from the “Now Playing” app v2026.08.27 update for Google Pixel, released on Friday, August 28, 2026, confirmed the addition of resource code related to the “FOREGROUND_SERVICE_DATA_SYNC” permission and a dedicated “NowPlayingHistorySyncService” foreground service, which are expected to handle history synchronization. Alongside these, notification strings and a notification channel name announcing history sync have also been added: “Your music history is syncing…” and “Check back in a few minutes to find your history here.”

<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC"/>
<service android:name="com.google.android.apps.pixel.nowplaying.sync.NowPlayingHistorySyncService" .../>
<string name="sync_notification_channel_name">History synchronization</string>
<string name="sync_notification_title">Your music history is syncing…</string>
<string name="sync_notification_text">Check back in a few minutes to find your history here</string>

In other words, there is a strong possibility that “Now Playing” history will now be treated as cloud backup data, enabling users to carry over their history when upgrading or switching devices. While history synchronization and cloud backup for “Now Playing” have not yet been spotted in action, they are expected to officially roll out in a future app update.

“Now Playing” App Link

Get it on Google Play

*This site uses affiliate advertising.