- In early May 2026, a new development regarding the complete transition from “Google Assistant” to “Gemini” was discovered through app teardown.
- Analysis of the internal files in the Android Google app v17.20.25 update confirmed the addition of resource code for a new gateway feature, designed to facilitate the full transition from Google Assistant to Gemini.
- This indicates that the groundwork for the complete shift from Google Assistant to Gemini is steadily progressing.
The transition of Google’s voice assistant, “Google Assistant,” to the Google AI “Gemini” was initially scheduled for completion by the end of 2025. However, following a schedule adjustment announced in late 2025, the rollout has been effectively delayed.
Nevertheless, preparations for the full migration have been confirmed within the app, and we are now just waiting for an updated announcement regarding the final transition schedule.
Then, in early May 2026, new information regarding the transition from Google Assistant to Gemini was revealed through “app teardown.”
「アプリ解析」
当サイトの「アプリ解析」カテゴリで公開している記事では、最新 Android アプリを逆コンパイルして独自に解析し、今後実装される可能性のある新機能や変更点などをお届けします。正式リリース前の新機能や変更となるため開発段階の未確定な情報も含まれますが、Android アプリの今後のアップデート動向をいち早くキャッチできる、ほかにはない当サイトオリジナルコンテンツです。
当サイトオリジナルの「アプリ解析」コンテンツを見逃さないよう、ぜひ Google の「優先ソース」に当サイト「Jetstream 」を登録してください。
An analysis of the internal files from the Android Google app v17.20.25 update, released on Monday, May 4, 2026, confirmed the addition of resource code related to the implementation of a new gateway feature intended for the complete migration from Google Assistant to Gemini.
<activity-alias
android:name="com.google.android.apps.search.assistant.surfaces.voice.deeplinks.handlers.gateway.impl.MainAssistantDeeplinkAnimated"
android:enabled="true"
android:exported="true"
android:targetActivity="com.google.apps.tiktok.nav.gateway.AnimatedGatewayActivity">
<intent-filter>
<action android:name="com.google.android.googlequicksearchbox.action.ANDROID_SETTINGS_GEMINI"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.BROWSABLE"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:host="bard.google.com" android:pathPrefix="/android"/>
<data android:scheme="http"/>
<data android:scheme="https"/>
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.BROWSABLE"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:host="gemini.google.com" android:pathPrefix="/app/download/mobile"/>
<data android:scheme="http"/>
<data android:scheme="https"/>
</intent-filter>
</activity-alias>
<activity-alias
android:label="@string/assistant_product_name_bard"
android:icon="@mipmap/assistant_robin_ic_activity"
android:name="com.google.android.apps.search.assistant.surfaces.voice.deeplinks.handlers.gateway.impl.GeminiGatewayActivity"
android:exported="true"
android:targetActivity="com.google.apps.tiktok.nav.gateway.GatewayActivity">
<intent-filter>
<action android:name="com.samsung.android.intent.action.AI_ASSIST"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity-alias>
The new gateway feature identified in the Android Google app acts as a relay, ensuring that when a user triggers legacy “Google Assistant” functions—such as “Routines”—Gemini can respond seamlessly at the system level. The implementation of this relay gateway signals that the preparatory work for the final migration from Google Assistant to Gemini is advancing steadily.
Google App Link







コメントを残す