- As the Android OS continues to evolve, it appears that a feature to share passwords saved in the “Google Password Manager” is set to be rolled out.
- An analysis of the app files from the Android “Google Play Services” v26.28.31 update has revealed the addition of resource code related to “SHARE_PASSWORDS_WITH_AI_AGENT,” a feature for sharing passwords with an AI agent.
- This is expected to lead to further developments, such as automated login functionality for third-party services using these passwords, making features like “Gemini in Chrome” automated browsing even more seamless.
As the Android OS continues to evolve with the integration of Google’s AI “Gemini,” it appears that a new feature allowing users to share passwords saved in the “Google Password Manager” is on the horizon.
The details of this upcoming feature were uncovered through our original “App Analysis” series.
「アプリ解析」
当サイトの「アプリ解析」カテゴリで公開している記事では、最新 Android アプリを逆コンパイルして独自に解析し、今後実装される可能性のある新機能や変更点などをお届けします。正式リリース前の新機能や変更となるため開発段階の未確定な情報も含まれますが、Android アプリの今後のアップデート動向をいち早くキャッチできる、ほかにはない当サイトオリジナルコンテンツです。
当サイトオリジナルの「アプリ解析」コンテンツを見逃さないよう、ぜひ Google の「優先ソース」に当サイト「Jetstream 」を登録してください。
Our analysis of the app files from the Android “Google Play Services” v26.28.31 update, released on Thursday, July 16, 2026, confirmed the addition of resource code related to “SHARE_PASSWORDS_WITH_AI_AGENT,” a function for sharing credentials with an AI agent—which is likely referring to “Gemini.”
<activity
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:label="@string/credentials_empty_label"
android:name="com.google.android.gms.auth.api.credentials.sharepasswordwithaiagent.ui.SharePasswordsActivity"
android:enabled="true"
android:exported="true"
android:process="@string/common_ui_process"
android:excludeFromRecents="true">
<intent-filter>
<action android:name="com.google.android.gms.auth.api.credentials.SHARE_PASSWORDS_WITH_AI_AGENT"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
We anticipate that this password-sharing feature with the AI agent on Android will likely be implemented by adding “Google Password Manager” to the “Extensions” settings within the Gemini app, allowing users to toggle the integration on or off. This should facilitate further evolution, such as enabling automatic logins to third-party services and making features like “Gemini in Chrome” automated browsing significantly more seamless.
At the very least, it is safe to assume that passwords will not be shared without user consent.
“Google Play Services” App Link






