Updates to the Play Music app have been steadily rolling out, but there hasn't been much to tell for about the last six weeks, ever since podcast support was added to Android Auto at the beginning of June. Bug fixes and very subtle tweaks seem to be the theme. The latest update to v6.11 doesn't deviate too far from this trend, but there is a small addition to the UI and a few clues to discuss in a teardown.

What's New

Unofficial Changelog:

  • 'Play' buttons on most album and radio station cards

More Play Buttons

Left: previous version. Right: latest version.

If you've ever found it inconvenient to tap on an album or radio station and wait for a new page to load before starting some music, this one's for you. Look around the Play Music app at just about any screen that shows the half-sized cards for albums or radio stations (and isn't the main landing page), and you'll see a plethora of Play buttons covering the bottom-right corner of their cover art.

They do exactly what you might expect: start some tunes. The same buttons have been gracing other parts of Play Music for some time, but now they're accessible in a few more places. – Thanks, Zachary Kew-Denniss.

Teardown

Disclaimer: Teardowns are based on evidence found inside of apks (Android's application package) and are necessarily speculative and usually based on incomplete information. It's possible that the guesses made here are totally and completely wrong. Even when predictions are correct, there is always a chance that plans could change or may be canceled entirely. Much like rumors, nothing is certain until it's officially announced and released.

The features discussed below are probably not live yet, or may only be live for a small percentage of users. Unless stated otherwise, don't expect to see these features if you install the apk.

Sleep Timer

People use music for many different things. It can inspire you, be a background track for work, or keep you awake on a long drive. It can also be used to ease you into a restful sleep. But once you drift off, there's usually no need to keep it playing for hours. Wouldn't it be great if we could have Play Music kill the sound after we've entered la-la land? That's exactly what Play Music is going to get.

<string name="sleep_timer_settings_title">Sleep Timer</string>

<string name="sleep_timer_settings_key">sleep_timer_settings_key</string>

<PreferenceScreen android:title="@string/sleep_timer_settings_title" android:key="@string/sleep_timer_settings_key" />

<string name="sleep_timer_dialog_cancel_timer">Cancel Timer</string>

<string name="sleep_timer_dialog_close">Close</string>

<string name="sleep_timer_dialog_start">Start</string>

The principle of a sleep timer is pretty basic and most people are probably at least familiar with seeing the option on their television at some point, even if they don't use it. Basically, users start some music and set a timer, then Play Music will automatically shut off playback on its own.

The lines above show that there will be a whole screen dedicated to settings for a sleep timer; unfortunately, none of the options are listed yet. It's also clear there will be a dialog box with the options to start or cancel a timer, or close the dialog. There will probably be a button or menu command that opens this box.

As it stands right now, the sleep timer is definitely unfinished. There are no options listed for the preferences screen, no sign of a way to set a duration for music to play (e.g. 30 minutes) or a specific time to stop the music (e.g. 1:00 am), and no other text for even the basic features. In other words, it's pretty clear we're not getting the sleep timer without another update.

"Headphone" Notifications

This one is a little bit of a guess, but it looks like Google is planning to automatically pick some music for users when they connect a pair of headphones (or some other audio output device). The new strings belong to a setting to enable or disable a notification. When permitted to appear, the notification will present a recommendation based on past listening.

<string name="headphone_notification_settings_title">Headphone</string>

<string name="headphone_notification_settings_summary">Show notification</string>

<string name="headphone_notification_settings_key">headphone_notification_settings_key</string>

<string name="headphone_notification_default_reason">Recommended based on past listening</string>

<SwitchPreference android:title="@string/headphone_notification_settings_title" android:key="@string/headphone_notification_settings_key" android:summary="@string/headphone_notification_settings_summary" />

There's not a lot to go on, but it's a pretty logical step to assume the idea here is to make it almost automatic for users to launch Play Music from the notification shade rather than hunt for the app and then look for something to play.

"PB" (a.k.a. Auto-Resume)

Another fairly mysterious setting also turned up, this time only with the name "PB." (Yep, this is a big teardown for settings.) As far as strings go, there is only the shortened name, a key, and a line from the settings page.

<string name="pb_opt_out_title">PB</string>

<string name="pb_opt_out_key">pb_opt_out_key</string>

<SwitchPreference android:title="@string/pb_opt_out_title" android:key="@string/pb_opt_out_key" android:disableDependentsState="true" />

After digging around in the source code for a bit, it turns out that this setting will be used to determine if Play Music should resume a previously interrupted track or playlist if the right criteria are met. There are a number of variables, like whether or not a user is returning to Play Music from the lockscreen or if the system's media volume is set to zero. There's not much more to add about this one, but it might be a good setting for people that don't like music to resume after a call.

Pinky Promise

And finally, this one's not a feature, but just a funny little thing. Like most large companies, the things Google is working on have a tendency to slip through the cracks to the outside world. This includes so-called dogfood (and fishfood, bugfood, and cakefood) versions of apps, which are meant to remain confidential, but have been accidentally leaked from time to time. Google usually attaches cute icons as a reminder that employees and testers are on a non-public version. Sometimes, there's also a warning message like the one below, meant to further emphasize secrecy. What makes this one worth pointing out? The text for the button to clear the message reads: "PINKY PROMISE."

<string name="local_message_thriller_warning_title">Confidential</string>

<string name="local_message_thriller_warning_body">This dogfood version of Google Play Music is confidential. Please do not discuss or show publicly.</string>

<string name="local_message_thriller_dismissive_action">PINKY PROMISE</string>

Ok, I know it's silly, but it brought a smile to my face when I read it. There's nothing wrong with a little light-hearted humor.

Download

The APK is signed by Google and upgrades your existing app. The cryptographic signature guarantees that the file is safe to install and was not tampered with in any way. Rather than wait for Google to push this download to your devices, which can take days, download and install it just like any other APK.

Version: 6.11.3118D.3043785 (3118)

YouTube Music Developer: Google LLC
Price: Free
4.5
Download