At Made by Google 2018, the Google Home companion app for Android and iOS was revamped with the Google Material Theme and a focus on controlling all your Assistant smart home devices. Google Home 2.8 continues work on that with a new Routines shortcut to manually invoke macros, and more options for devices.
About APK Insight: In this ‘APK Insight’ post, we’ve decompiled the latest version of an application that Google uploaded to the Play Store. When we decompile these files (called APKs, in the case of Android apps), we’re able to see various lines of code within that hint at possible future features. Keep in mind that Google may or may not ever ship these features, and our interpretation of what they are may be imperfect. We’ll try to enable those that are closer to being finished, however, to show you how they’ll look in the case that they do ship. With that in mind, read on.
Routines shortcut to start on-device
One aspect of the redesign in October introduced quick shortcuts to Play music, send a Broadcast message, and more at the very top of the app. Google Home 2.8 introduces a new Routines button that allows users to initiate one from a panel that slides up. This is the same as invoking using a voice command, but can be done with just taps, just like Home View. Users can choose what device to the play the Routine on, as well as open Assistant settings to manage and edit them.
<string name=”accessibility_routines_button”>Start assistant routines on device</string>
<string name=”home_tab_execute_routines_failure_toast”>Something went wrong while starting your routine. Try again.</string>
<string name=”home_tab_execute_routines_toast”>Starting routine on %1$s</string>
Open partner app
The Google Home now leverages deep links to open partner apps given how companion applications often feature more settings than are exposed with Home View.
<string name=”accessibility_device_deeplink”>Open partner app</string>
Google Photos Restricted Mode
Smart Displays like the Home Hub can double as a great digital picture frame, with Google on stage noting how AI was being leveraged to remove bad, blurry shots and inappropriate images. The latter ML-powered correction feature might soon get a manual “Restricted Mode” option that users can turn on to filter out those pictures.
<string name=”gprm_description”>Hide photos from Google Photos that may contain inappropriate content</string>
<string name=”gprm_title”>Google Photos Restricted Mode</string>
Pretty Please
Announced at I/O 2018, this kid friendly feature finally launched last month. When a user command includes “please,” Assistant will respond with a “thank you” or other similar phrase noting your courtesy. Google Home 2.8 features a string referencing the feature in a possible sign that “polite_mode” could soon get some manual setting.
<string name=”polite_mode_description”>Nudge all using this device towards having polite conversations with the Google Assistant.</string>
<string name=”polite_mode_title”>Pretty Please</string>
Built-in Wi-Fi settings
In version 2.7, we detailed that Google Wifi might soon be controllable from the Google Home app thanks to strings detailing various Wi-Fi management settings. Work on that continues in Google Home 2.8.
<string name=”wifi_header_points_settings”>Network device settings</string>
How to update?
Google Home 2.8 is rolling out now via the Play Store. We do not post APKs to download directly given the legal challenges associated with copyright and possibility of removal. Meanwhile, that model is perilous given Android App Bundles and Google Play’s Dynamic Delivery.
Thanks to JEB Decompiler, which some APK Insight teardowns benefit from.
Dylan contributed to this article
Check out 9to5Google on YouTube for more news:
FTC: We use income earning auto affiliate links. More.
Comments