- The Google Pixel information hub app, “My Pixel,” appears to soon support displaying tips related to nearby devices.
- An analysis of the app files from the “My Pixel” app v8.8.1.968730271 update, released on September 2, 2026, confirmed the addition of resource code regarding permission requests to access “nearby devices.”
- It is expected that users will likely be able to view tips for the Google Pixel Bluetooth earphone “Pixel Buds” series and the upcoming Bluetooth tracker “Google Pixel Tag” directly from the “My Pixel” app.
The Google Pixel information hub app, “My Pixel,” allows users to check features and tips for their Google Pixel devices and the “Google Pixel Watch” series.
However, it appears that the app will soon support displaying tips related to nearby devices. Here are the details from our app file analysis coverage, “App Teardown,” brought to you by the “Jetstream” original content.
「アプリ解析」
当サイトの「アプリ解析」カテゴリで公開している記事では、最新 Android アプリを逆コンパイルして独自に解析し、今後実装される可能性のある新機能や変更点などをお届けします。正式リリース前の新機能や変更となるため開発段階の未確定な情報も含まれますが、Android アプリの今後のアップデート動向をいち早くキャッチできる、ほかにはない当サイトオリジナルコンテンツです。
当サイトオリジナルの「アプリ解析」コンテンツを見逃さないよう、ぜひ Google の「優先ソース」に当サイト「Jetstream 」を登録してください。
An analysis of the app files from the “My Pixel” app v8.8.1.968730271 update, released on Wednesday, September 2, 2026, confirmed that resource code related to permission requests for accessing “nearby devices” has been added. This suggests that users will likely soon be able to view tips for the Google Pixel Bluetooth earphone “Pixel Buds” series and the upcoming Bluetooth tracker “Google Pixel Tag” directly within the “My Pixel” app.
<string name="connected_devices_permission_title">Get tips for other devices</string>
<string name="connected_devices_permission_prompt">To get tips for your other Pixel devices, allow access to nearby devices</string>
<string name="connected_devices_permission_title">他のデバイス向けのヒントを確認する</string>
<string name="connected_devices_permission_prompt">ご使用の他の Google Pixel 向けのヒントを確認するには、付近のデバイスへのアクセスを許可してください</string>
Additionally, the “My Pixel” app has introduced a feature for the new-generation “Pixel 11” series that applies app icons matching each specific model and color variation. There are a total of 8 color variations (including the default “Blue” icon) for the “Pixel 11,” “Pixel 11 Pro,” and “Pixel 11 Pro XL,” and a total of 3 color variations (including the default “Blue” icon) for the “Pixel 11 Pro Fold.”
<!-- ===== Pixel 11(標準)向け activity-alias 全8色 ===== -->
<!-- Blue(標準・デフォルト) -->
<activity-alias
android:label="@string/fortnite_app_name"
android:icon="@drawable/ic_pixel_11_blue_app_icon"
android:name="com.google.android.apps.tips.fortnite.p11"
android:enabled="false"
android:exported="true"
android:targetActivity="com.google.android.apps.tips.fortnite.main.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<!-- Gray -->
<activity-alias
android:label="@string/fortnite_app_name"
android:icon="@drawable/ic_pixel_11_gry_app_icon"
android:name="com.google.android.apps.tips.fortnite.p11.gry"
android:enabled="false"
android:exported="true"
android:targetActivity="com.google.android.apps.tips.fortnite.main.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<!-- Silver -->
<activity-alias
android:label="@string/fortnite_app_name"
android:icon="@drawable/ic_pixel_11_slv_app_icon"
android:name="com.google.android.apps.tips.fortnite.p11.slv"
android:enabled="false"
android:exported="true"
android:targetActivity="com.google.android.apps.tips.fortnite.main.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<!-- Pink -->
<activity-alias
android:label="@string/fortnite_app_name"
android:icon="@drawable/ic_pixel_11_pnk_app_icon"
android:name="com.google.android.apps.tips.fortnite.p11.pnk"
android:enabled="false"
android:exported="true"
android:targetActivity="com.google.android.apps.tips.fortnite.main.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<!-- Purple -->
<activity-alias
android:label="@string/fortnite_app_name"
android:icon="@drawable/ic_pixel_11_ppl_app_icon"
android:name="com.google.android.apps.tips.fortnite.p11.ppl"
android:enabled="false"
android:exported="true"
android:targetActivity="com.google.android.apps.tips.fortnite.main.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<!-- Green -->
<activity-alias
android:label="@string/fortnite_app_name"
android:icon="@drawable/ic_pixel_11_grn_app_icon"
android:name="com.google.android.apps.tips.fortnite.p11.grn"
android:enabled="false"
android:exported="true"
android:targetActivity="com.google.android.apps.tips.fortnite.main.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<!-- Black -->
<activity-alias
android:label="@string/fortnite_app_name"
android:icon="@drawable/ic_pixel_11_blk_app_icon"
android:name="com.google.android.apps.tips.fortnite.p11.blk"
android:enabled="false"
android:exported="true"
android:targetActivity="com.google.android.apps.tips.fortnite.main.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<!-- Beige -->
<activity-alias
android:label="@string/fortnite_app_name"
android:icon="@drawable/ic_pixel_11_beg_app_icon"
android:name="com.google.android.apps.tips.fortnite.p11.beg"
android:enabled="false"
android:exported="true"
android:targetActivity="com.google.android.apps.tips.fortnite.main.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<!-- ===== Pixel 11 Pro Fold 向け activity-alias 全3色 ===== -->
<!-- Blue(標準・デフォルト) -->
<activity-alias
android:label="@string/fortnite_app_name"
android:icon="@drawable/ic_pixel_11_fold_blue_app_icon"
android:name="com.google.android.apps.tips.fortnite.p11f"
android:enabled="false"
android:exported="true"
android:targetActivity="com.google.android.apps.tips.fortnite.main.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<!-- Gray -->
<activity-alias
android:label="@string/fortnite_app_name"
android:icon="@drawable/ic_pixel_11_fold_gry_app_icon"
android:name="com.google.android.apps.tips.fortnite.p11f.gry"
android:enabled="false"
android:exported="true"
android:targetActivity="com.google.android.apps.tips.fortnite.main.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<!-- Black -->
<activity-alias
android:label="@string/fortnite_app_name"
android:icon="@drawable/ic_pixel_11_fold_blk_app_icon"
android:name="com.google.android.apps.tips.fortnite.p11f.blk"
android:enabled="false"
android:exported="true"
android:targetActivity="com.google.android.apps.tips.fortnite.main.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
“My Pixel” App Link






