- A new “Home Summary” widget is expected to be released for the Android version of the “Google Home” app.
- Analysis of the app files from the Android “Google Home” app version 4.20.63.1 update has revealed the addition of resource code related to this new “Home Summary” widget.
- It is anticipated that the widget will display the status of the “Home Brief,” a feature currently available via the AI-integrated “Gemini for Home.”
The Android version of the “Google Home” smart home app already features a “Favorites” widget.
However, it appears a new “Home Summary” widget is on the way. Our site’s original “App Analysis” series has brought its details to light.

「アプリ解析」
当サイトの「アプリ解析」カテゴリで公開している記事では、最新 Android アプリを逆コンパイルして独自に解析し、今後実装される可能性のある新機能や変更点などをお届けします。正式リリース前の新機能や変更となるため開発段階の未確定な情報も含まれますが、Android アプリの今後のアップデート動向をいち早くキャッチできる、ほかにはない当サイトオリジナルコンテンツです。
当サイトオリジナルの「アプリ解析」コンテンツを見逃さないよう、ぜひ Google の「優先ソース」に当サイト「Jetstream 」を登録してください。
By analyzing the app files from the Android “Google Home” app version 4.20.63.1 update, released on Wednesday, July 15, 2026, we confirmed that resource code related to the new “Home Summary” widget has been added.
<receiver
android:label="@string/home_summary_widget_title"
android:name="com.google.android.apps.chromecast.app.appwidget.homesummary.HomeSummaryWidgetReceiver"
android:enabled="false"
android:exported="false">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
<action android:name="android.appwidget.action.APPWIDGET_DELETED"/>
<action android:name="android.appwidget.action.APPWIDGET_ENABLED"/>
<action android:name="android.intent.action.LOCALE_CHANGED"/>
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/home_summary_widget_info"/>
</receiver>
<public type="string" name="home_summary_widget_title" id="0x7f141539" />
<public type="string" name="home_summary_widget_description" id="0x7f141536" />
<public type="string" name="home_summary_widget_setup_button_label" id="0x7f141538" />
<public type="string" name="home_summary_action_failed_message" id="0x7f1414fe" />
<public type="string" name="home_summary_preview_bullet_1_text" id="0x7f141527" />
<public type="string" name="home_summary_preview_tagline" id="0x7f14152c" />
The new “Home Summary” widget for the Android Google Home app is expected to display the status of the “Home Brief” feature currently provided by the AI-integrated “Gemini for Home.” Please note that using the “Home Brief” requires a subscription to the “Advanced” plan of the “Google Home Premium” service.
Google Home App Links







