News

Pixel Launcher Will Soon Tell You About the ‘All Apps Gesture’ You Did Not Know About [APK Teardown]

NexusLauncherRelease is preparing an All Apps gesture tip that teaches Pixel users to swipe up for the app drawer and asks whether the prompt helped.

NexusLauncherRelease is preparing an All Apps gesture tip that teaches Pixel users to swipe up for the app drawer and asks whether the prompt helped.

0 Comments

What to know

  • the Pixel Launcher is building a coachmark that teaches users how to open All Apps.
  • The prompt appears when someone seems to be searching for apps and asks whether its swipe-up tip helped.
  • We found the feature in code from the unreleased the Pixel Launcher build cp41.260814.003.b1.

Opening the app drawer with a swipe may be second nature to longtime Android users, but it is not necessarily obvious to everyone. the Pixel Launcher is preparing a contextual prompt that steps in when a user appears to be hunting for an app and explains the gesture needed to see the complete app list.

Now, a teardown of the Pixel Launcher from the Android beta build cp41.260814.003.b1 on a Pixel 10 Pro Fold reveals both the educational message and a simple feedback system. We found the feature in code and have not surfaced it in the app yet.

About APK teardowns — An APK teardown examines code packaged inside an unreleased app build, offering an early look at features a developer is preparing before they are announced. Features found this way can still change, remain controlled by a server-side flag, or disappear before reaching users.

The launcher explains exactly how to open All Apps

The education prompt directly addresses the user with the title “Trying to find your apps?” It then provides a specific instruction: swipe up from the middle of the home screen to see every app.

This wording points to a targeted coachmark rather than a general onboarding page. The launcher detects behavior that looks like an unsuccessful app search, then presents the relevant gesture at that moment. That could make the app drawer easier to discover without requiring the user to visit a help page or search through launcher settings.

The new strings, seen below, define the prompt’s title and its swipe-up instruction:

triggering_launcher_all_apps_title_text = “Trying to find your apps?”
triggering_launcher_all_apps_description_text = “Swipe up from the middle of your home screen to see all your apps”

Thumbs up and down measure whether the tip helped

the Pixel Launcher is also preparing a lightweight response mechanism for the education prompt. Two additional strings label thumbs-up and thumbs-down controls, allowing the user to indicate whether the guidance was useful.

That feedback makes the feature more than a one-way tutorial. It gives the launcher a direct signal about whether the coachmark successfully resolved the problem it detected. The code provided here does not specify what happens after either response, so it would be premature to describe how that feedback may affect future prompts or launcher behavior.

Code in the Pixel Launcher in build cp41.260814.003.b1 references the following feedback labels:

all_apps_edu_popup_feedback_up = “Thumbs up”
all_apps_edu_popup_feedback_down = “Thumbs down”

The All Apps education prompt is not available to users yet, and we’ll watch future builds for signs of its rollout.

 

Leave a Reply

Your email address will not be published. Required fields are marked *