- A simplified car navigation display mode for the “Google Maps” app, similar to the “Power Saving Mode,” may soon be rolled out to Android devices.
- An analysis of the app files from the Android version of the “Google Maps” app v26.33.01.961351034 update confirmed the addition of resource code related to “Min Mode,” a simplified car navigation display mode activated upon lock screen / screensaver detection.
- It is anticipated to be a feature that triggers a simplified car navigation display when the screen locks during navigation, or when a screensaver launch is detected while connected to a dock or charger.
Last November, in November 2025, Google rolled out the November 2025 “Pixel Drop” featuring “Power Saving Mode” for car navigation in the Android version of the “Google Maps” app, exclusively for Google Pixel devices including the “Pixel 10,” “Pixel 10 Pro,” “Pixel 10 Pro XL,” and “Pixel 10 Pro Fold.”
The “Power Saving Mode” in “Google Maps” is a battery-conserving car navigation feature that displays simplified navigation in monochrome, extending battery life by up to 4 hours.
That said, the “Power Saving Mode” in “Google Maps” is currently exclusive to Google Pixel devices starting from the “Pixel 10” series. However, a simplified car navigation display mode similar to “Power Saving Mode” may soon be rolled out to Android devices in general. This possibility has come to light through our original site content, “App Analysis.”
「アプリ解析」
当サイトの「アプリ解析」カテゴリで公開している記事では、最新 Android アプリを逆コンパイルして独自に解析し、今後実装される可能性のある新機能や変更点などをお届けします。正式リリース前の新機能や変更となるため開発段階の未確定な情報も含まれますが、Android アプリの今後のアップデート動向をいち早くキャッチできる、ほかにはない当サイトオリジナルコンテンツです。
当サイトオリジナルの「アプリ解析」コンテンツを見逃さないよう、ぜひ Google の「優先ソース」に当サイト「Jetstream 」を登録してください。
An analysis of the app files from the Android version of the “Google Maps” app v26.33.01.961351034 update, released on Wednesday, August 12, 2026, confirmed that resource code related to “Min Mode”—a simplified car navigation display mode activated upon lock screen / screensaver detection—has been added.
<!-- AndroidManifest.xml -->
<activity
android:theme="@style/GmmTheme.MinMode"
android:name="com.google.android.apps.gmm.features.minmode.MinModeActivity"
android:permission="android.permission.READ_DREAM_STATE"
android:exported="true"
android:taskAffinity=".minMode"
android:excludeFromRecents="true"
android:launchMode="singleTask"
android:screenOrientation="portrait"
android:showWhenLocked="true"/>
<!-- public.xml -->
<public type="string" name="MIN_MODE_LANDSCAPE_DISABLED_SNACKBAR_TEXT" id="0x7f14134f" />
<public type="string" name="MIN_MODE_SNACKBAR_TURN_OFF_BUTTON_TEXT" id="0x7f141350" />
While the specific display specifications for “Min Mode” in the Android version of the “Google Maps” app are not yet clear, it is expected to function by activating a simplified navigation display when the screen locks during navigation, or when a screensaver launch is detected while connected to a dock or charger. Since its rollout has not yet been confirmed, it is likely currently in development.
“Google Maps” App Link







