Preferred Sources
X
Mail

Pixel Stand’s New Kitt UI Foundation Brings Major Screensaver Overhaul: App Teardown

Pixel Stand app-teardown
この記事のポイント
  • It has been revealed that multiple new features will be added in the first update in several months for the “Pixel Stand” app, the dedicated management app for Google Pixel official wireless chargers: “Pixel Stand,” “Pixel Stand (2nd Gen),” and the “Google Pixelsnap charger.”
  • An analysis of the app files for the “Pixel Stand” app v2.2.0.966392402 update confirmed the addition of resource codes for a total of four new features based on the new “Kitt” UI foundation. These include “dream_picker_v2” (an internal feature enabling swipe switching between screen savers), a new “Charge” screen saver displaying charging status, and a “Low light clock” automatic dimming feature for dark environments.
  • The four new features rolling out for the “Pixel Stand” app are: swipe switching for screen savers; “Charge” (ChargingDreamService), a new screen saver that constantly displays the battery level and estimated time until fully charged; “Low light clock,” which automatically switches to a low-brightness, simple clock display when it detects the surroundings have become dark; and “See an overview,” which allows users to view a list of and edit registered screen savers by long-pressing the screen while charging and using a screen saver.

It has been revealed that multiple new features will be added in the first update in several months for the “Pixel Stand” app, the dedicated management app for Google Pixel official wireless chargers including the “Pixel Stand,” “Pixel Stand (2nd Gen),” and the “Google Pixelsnap charger.”

We bring you the details in our original app file analysis report content, “App Analysis,” here on “Jetstream.”

「アプリ解析」

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

当サイトオリジナルの「アプリ解析」コンテンツを見逃さないよう、ぜひ Google の「優先ソース」に当サイト「Jetstream 」を登録してください。

Google 優先ソースに「Jetstream」を登録

As a result of analyzing the app files of the “Pixel Stand” app v2.2.0.966392402 update released on Wednesday, August 19, 2026, we confirmed the addition of resource codes for a total of four new features based on the new “Kitt” UI foundation. These include “dream_picker_v2” (an internal feature that enables swipe switching for screen savers), a new “Charge” screen saver that displays charging status, and the “Low light clock” automatic dimming feature for dark environments.

<!-- AndroidManifest.xml -->
<service
    android:label="@string/charging_status_label"
    android:icon="@drawable/gs_charger_vd_theme_24"
    android:name="com.google.android.apps.dreamliner.kitt.dream.fuelgauge.ChargingDreamService"
    android:permission="android.permission.BIND_DREAM_SERVICE"
    android:enabled="false"
    android:exported="true"
    android:description="@string/charging_status_des">
    <intent-filter>
        <action android:name="android.service.dreams.DreamService"/>
        <category android:name="android.intent.category.DEFAULT"/>
    </intent-filter>
    <meta-data
        android:name="android.service.dream"
        android:resource="@xml/charging_dream_settings"/>
</service>
<activity
    android:theme="@style/Theme.Dreamliner.Activity.Kitt.OnboardingActivity"
    android:name="com.google.android.apps.dreamliner.kitt.onboarding.OnboardingActivity"
    android:exported="false"
    android:excludeFromRecents="true"
    android:launchMode="singleInstance"
    android:showWhenLocked="true"
    android:turnScreenOn="true"/>
<provider
    android:name="com.google.android.apps.dreamliner.kitt.repository.settings.DreamSettingsSearchIndexablesProvider"
    android:permission="android.permission.READ_SEARCH_INDEXABLES"
    android:exported="true"
    android:multiprocess="false"
    android:authorities="com.google.android.apps.dreamliner.kitt.settings.searchprovider"
    android:grantUriPermissions="true">
    <intent-filter>
        <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER"/>
    </intent-filter>
</provider>

<!-- strings.xml (English) -->
<string name="charging_status_label">Charge</string>
<string name="charging_status_des">See current charge and when it'll be full</string>
<string name="dream_picker_v2_title">Select screen savers</string>
<string name="dream_picker_v2_go_to_settings">Go to settings</string>
<string name="general_onboarding_v2_title">Set up screen savers</string>
<string name="general_onboarding_v2_title_continued">See an overview</string>
<string name="general_onboarding_v2_upgrading_title">See multiple screen savers</string>
<string name="general_onboarding_v2_description">Show a clock, photos, weather, or all of them when your phone is charging. Swipe to switch.</string>
<string name="general_onboarding_v2_description_continued">Long press to see and edit an overview of all your screen savers</string>
<string name="general_onboarding_v2_button_next">Next</string>
<string name="general_onboarding_v2_continue">Continue</string>
<string name="low_light_inform_title">Low light clock</string>
<string name="low_light_inform_description">When it’s dark, your screen saver will automatically display a low light clock. You can change this any time in screen saver settings.</string>
<string name="low_light_inform_button_ok">OK</string>
<string name="low_light_inform_button_go_to_settings">Go to settings</string>

<!-- public.xml (raw) -->
<public type="raw" name="swatchie__kitt_v2_onboarding_edge_swipe" id="0x7f120036" />
<public type="raw" name="swatchie__kitt_v2_onboarding_long_press" id="0x7f120037" />

The four new features rolling out for the “Pixel Stand” app are: swipe switching for screen savers; “Charge” (ChargingDreamService), a new screen saver that constantly displays the battery level and estimated time until fully charged; “Low light clock,” which automatically switches to a low-brightness, simple clock display when it detects the surroundings have become dark; and “See an overview,” which allows users to view a list of and edit registered screen savers by long-pressing the screen while charging and using a screen saver. In other words, it appears that the “Pixel Stand” app will significantly revamp its screen saver functionality by transitioning to the new “Kitt” UI foundation.

While the four new features confirmed for the “Pixel Stand” app have not yet been rolled out, they are expected to be released all at once alongside related app updates or software updates.

“Pixel Stand” App Link

Google Play Store

*This site uses affiliate advertising.