- Google’s AI “Gemini” app is expected to roll out new features soon.
- An analysis of the APK file for the Android version of the “Gemini” app v1.0.954677852 revealed that resource code related to the “Remember this with Gemini” feature has been added.
- It is anticipated that the “Remember this with Gemini” bookmarking feature, which allows users to save and remember specified images, will be rolled out, and it will also be accessible from the share menu in the Android version of the “Gemini” app.
The Google AI “Gemini” app, which underwent a major overhaul in May 2026, appears to be rolling out new features soon.
This new “Gemini” app feature is a bookmarking feature called “Remember this with Gemini,” which allows users to save and memorize images within “Gemini” directly from the share menu. This was revealed through our site’s original content, “App Analysis.”
「アプリ解析」
当サイトの「アプリ解析」カテゴリで公開している記事では、最新 Android アプリを逆コンパイルして独自に解析し、今後実装される可能性のある新機能や変更点などをお届けします。正式リリース前の新機能や変更となるため開発段階の未確定な情報も含まれますが、Android アプリの今後のアップデート動向をいち早くキャッチできる、ほかにはない当サイトオリジナルコンテンツです。
当サイトオリジナルの「アプリ解析」コンテンツを見逃さないよう、ぜひ Google の「優先ソース」に当サイト「Jetstream 」を登録してください。
An analysis of the app files from the Android version of the “Gemini” app v1.0.954677852, released on Monday, August 17, 2026, confirmed that resource code related to the “Remember this with Gemini” feature has been added.
<activity
android:theme="@style/Theme.StubTrampoline"
android:label="@string/remember_this_share_target_label"
android:icon="@drawable/assistant_robin_icons_bookmark_add_wght300_24"
android:name="com.google.android.apps.bard.shellapp.RememberThisShareTargetActivity"
android:enabled="false"
android:exported="true"
android:taskAffinity="com.google.android.apps.bard.remember_this">
<intent-filter>
<action android:name="android.intent.action.SEND"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:mimeType="image/*"/>
</intent-filter>
</activity>
<string name="remember_this_share_target_label">Remember this with Gemini</string>
<drawable name="assistant_robin_icons_bookmark_add_wght300_24">@drawable/gs_bookmark_add_wght300rond100_vd_theme_24</drawable>
To begin with, the “Remember this with Gemini” feature is not yet available in the “Gemini” app. In other words, it is expected that the “Remember this with Gemini” bookmarking feature—which lets users have Gemini remember specified images—will be rolled out in the future, and will also be usable from the share menu on the Android version of the “Gemini” app.
Google App Link






