Find Hub app-teardown
投稿タグ
検索ハッシュタグ

#Android #Android16 #FindHub #Gemini

Geminiから「Find Hub」デバイス位置特定呼び出し可能に【アプリ解析】

この記事のポイント
  • 「Gemini」から、Google 位置特定サービス「Find Hub」によるデバイスの位置特定機能をダイレクトに利用できるようになる模様。
  • Android 版「Find Hub」アプリ v3.1.572-4 アップデートのアプリファイルを解析した結果、「Gemini」から「Find Hub」などのアプリを呼び出すための Android 16 ベースの拡張機能「App Functions(androidx.appfunctions)」に関するリソースコードが追加されていることを確認。
  • “ねぇ Google、私の Pixel Buds Pro 2 を探して” “OK Google、鍵のスマートトラッカーの音を鳴らして” などが、今後可能になると予想。

Google AI「Gemini」から、Google 位置特定サービス「Find Hub」によるデバイスの位置特定機能をダイレクトに利用できるようになる模様です。

つまり、“ねぇ Google、私の Pixel Buds Pro 2 を探して” “OK Google、鍵のスマートトラッカーの音を鳴らして” が可能になります。「アプリ解析」にて判明しました。

「アプリ解析」

当サイトの「アプリ解析」カテゴリで公開している記事では、Google の最新 Android アプリを逆コンパイルして独自に解析し、発見した今後実装される可能性のある新機能や変更点などをお届けします。正式リリース前の新機能や変更となるため開発段階の未確定な情報も含まれますが、Android アプリの今後のアップデート動向をいち早くキャッチできる、ほかにはない当サイトオリジナルコンテンツです。


2026 年 4 月 27 日(月)に配信された Android 版「Find Hub」アプリ v3.1.572-4 アップデートのアプリファイルを解析した結果、「Gemini」から「Find Hub」などのアプリを呼び出すための Android 16 ベースの拡張機能「App Functions(androidx.appfunctions)」に関するリソースコードが追加されていることを確認しました。

<uses-library
            android:name="com.android.extensions.appfunctions"
            android:required="false"/>
        <service
            android:name="androidx.appfunctions.service.PlatformAppFunctionService"
            android:permission="android.permission.BIND_APP_FUNCTION_SERVICE"
            android:enabled="@bool/enablePlatformAppFunctionService"
            android:exported="true">
            <property
                android:name="android.app.appfunctions"
                android:value="app_functions.xml"/>
            <property
                android:name="android.app.appfunctions.schema"
                android:value="app_functions_schema.xsd"/>
            <property
                android:name="android.app.appfunctions.v2"
                android:value="app_functions_v2.xml"/>
            <intent-filter>
                <action android:name="android.app.appfunctions.AppFunctionService"/>
            </intent-filter>
        </service>
        <service
            android:name="androidx.appfunctions.service.ExtensionAppFunctionService"
            android:permission="android.permission.BIND_APP_FUNCTION_SERVICE"
            android:enabled="@bool/enableExtensionAppFunctionService"
            android:exported="true">
            <property
                android:name="android.app.appfunctions"
                android:value="app_functions.xml"/>
            <property
                android:name="android.app.appfunctions.schema"
                android:value="app_functions_schema.xsd"/>
            <property
                android:name="android.app.appfunctions.v2"
                android:value="app_functions_v2.xml"/>
            <intent-filter>
                <action android:name="android.app.appfunctions.AppFunctionService"/>
            </intent-filter>
        </service>

「App Functions(androidx.appfunctions)」は、「Gemini」からアプリの特定機能を呼び出すための、Android 16 に実装された API です。Android 版「Find Hub」アプリに「App Functions」が追加されたことで、「Gemini」から「Find Hub」の機能を呼び出すことができるようになります。

結果的に、“ねぇ Google、私の Pixel Buds Pro 2 を探して” “OK Google、鍵のスマートトラッカーの音を鳴らして” などが、今後可能になると予想されます。

「Find Hub」アプリリンク

Google Play で手に入れよう

この記事をシェア

AI要約をシェアに含める

著者情報

石井 順のアバター

Jetstream をフォロー

X
Spotify
Google-News
YouTube-Music
Mail

カレンダー壁紙プレゼント

Jetstream 2026_04
2026 年 4 月「お花見

最新記事

コメント

コメントを残す