Google is tinkering with a way to let Android users clean up their status bars, and a peek at the latest Canary build reveals exactly how. Hidden inside Android Canary version 2607 are new settings that, when finished, will let you hide two specific status bar icons: the so-called ‘Halo’ indicator and the mute icon. Neither toggle works yet, but their presence in the code is a strong signal that a less cluttered notification bar is on the horizon.

The discovery comes from an APK teardown of the Android System Intelligence app, which usually previews upcoming Pixel features. Digging into the resources of build 2607, code reviewers found strings for a new ‘Status bar’ entry in the system settings. The strings reference two toggles: ‘Halo visibility’ and ‘Show mute icon’. Tapping either would presumably toggle the corresponding icon on or off in the status bar.

What the Leaked Toggles Actually Do

What exactly is ‘Halo’? The code itself doesn’t provide a full explanation, but based on separate references in Android’s source, it likely refers to the illuminated ring that can appear around the front camera cutout when certain apps or features are active. Some implementations use a halo effect to indicate when the camera or microphone is in use, or as a notification light alternative. Samsung, for example, uses a similar ‘camera ring’ on its Galaxy phones. Google’s Pixel phones have experimented with an animated light ring in the past, like during a face-unlock sequence. The ability to disable it could be welcomed by users who find it distracting.

The mute icon toggle is more straightforward: when your phone is set to vibrate or silent mode, a mute or vibrate icon appears in the status bar. Many users have long complained that this icon eats up precious space, especially on phones with notches or hole-punch cameras. Currently, there’s no official way to hide it without resorting to ADB commands or third-party apps, so having a native toggle would be a huge quality-of-life improvement.

Both toggles appear to be part of a larger effort to give users finer control over their device’s interface. In the teardown, the strings are grouped under a new ‘Status bar’ preferences panel, suggesting Google might eventually gather several customizations in one place—similar to how Samsung’s One UI handles status bar options.

How Status Bar Customization Can Simplify Your Experience

For the everyday user, these toggles promise a cleaner, less cluttered status bar. If you’ve ever been annoyed by the persistent vibration icon or a dancing ring around your selfie camera, relief may be coming. Power users who obsess over every pixel will appreciate being able to fine-tune what’s visible without rooting or modding. And IT administrators managing fleets of enterprise Android devices might not see direct enterprise controls, but a less distracting interface could reduce help-desk calls about ‘what’s that icon?’.

Status bar real estate has become more precious than ever. With modern phones squeezing in hole-punch cameras, sensors, and sometimes two front-facing lenses, the notification area can feel cramped. Every icon that can be removed makes room for actual notifications—messages, app alerts, and system warnings that you actually need to see. The mute icon, in particular, is a classic offender: if you keep your phone on vibrate all the time, the icon serves as a constant, unnecessary reminder. Hiding it reclaims that space and reduces visual noise.

A History of Android’s Slow March Toward Status Bar Management

Android has a long, checkered history with status bar customization. In the early days, custom ROMs like CyanogenMod allowed deep tweaks. Google dipped its toes in with the System UI Tuner, a hidden menu that let you rearrange or hide status bar icons, but it was officially mothballed after Android 12. Since then, users have had to rely on manufacturer skins—OnePlus, Samsung, and Xiaomi often include their own icon-hiding options—or on debugging tools. The mute icon has been particularly stubborn: even now, to hide it you’d have to run a screen command or use an app like SystemUI Tuner (from the Play Store). These new toggles suggest Google is finally listening to feedback and baking the choice into the OS.

The Halo feature, too, has roots in previous UI experiments. Google has flirted with camera ring animations since Android 10, when face unlock on the Pixel 4 used a sweeping light around the top bezel. More recently, Android’s privacy indicators—green dots and camera/mic icons—appeared to show sensor access, but they were mandatory and couldn’t be turned off. The Halo toggle hints at a more permissive approach: if you don’t want the light show, you can disable it. Of course, privacy advocates might argue that a visible camera indicator is essential, but giving users the choice is classic Android.

What You Should Do Right Now (Which Is Not Much)

Since the feature is still under development and not active even in Canary, there’s nothing for regular users to enable just yet. If you’re technically inclined and don’t mind a few crashes, you can install the Android System Intelligence Canary app from the Play Store’s beta program, but be warned: these builds are unstable and you won’t see the toggles in your settings anyway. For everyone else, the best move is to keep your phone updated and watch for news about upcoming Pixel Feature Drops or Android betas where this might first appear.

If you absolutely can’t stand the mute icon today and are willing to tinker, you can use ADB to manually hide it. The command varies by device, but a common approach is to use:

adb shell settings put secure icon_blacklist rotate,volume

This hides the rotation lock and volume/mute icons on many devices. Be careful, though: future system updates can reset such tweaks, and modifying the icon blacklist can sometimes cause UI glitches. A safer option for Samsung users is the Good Lock suite, which offers icon-hiding modules like QuickStar. But for a built-in, official solution that works across all Android phones, the Canary leak is a promising sign.

When Will You Actually See These Toggles?

It’s hard to say exactly when Google will make these toggles available. The company typically tests features in Canary builds months before they surface in a stable release. With Android 15 already in the wild, the soonest we might see them is in a quarterly platform release (QPR) for Pixels, perhaps in early 2025. Alternatively, they could be part of next year’s Android 16. Given the unfinished state of the code—strings exist but no functional interface—a later 2025 debut seems realistic.

There’s also a chance the features never make it to a public build. Google’s Canary experiments sometimes remain just that. But the fact that the toggles were spotted in System Intelligence, an app closely tied to Pixel-exclusive features, raises the odds that they’ll appear first on Google’s own phones before trickling out to other manufacturers. Keep an eye on the Android Beta program and Google’s feature drop announcements for hints of a wider rollout.

In the meantime, anyone craving a less busy status bar can explore alternatives like ADB tweaks, but be aware that future Android updates might override or break those modifications. The leak offers a hopeful glimpse of a future where you can finally tailor the top of your screen to show only what matters to you.