4 Minutes
Ever opened an app, put your phone back in your pocket, and later wondered why your battery suddenly fell off a cliff? Google is betting that frustration can be fixed the simplest way possible: by putting a warning label right where it hurts—on the app’s Play Store page.
Starting with a rollout that began March 1, Google says it’s applying what it calls “wake lock technical quality treatments” to apps that keep devices awake in the background and chew through power. The practical outcome is hard to miss. Apps that repeatedly cross Google’s battery-drain thresholds may see their Play Store presence downgraded—think visible warnings on listings and potential exclusion from recommendations.
The warning developers don’t want users to see
Google even shared an example of how this will look in the wild: a prominent red notice placed under an app’s downloads, rating, and reviews that reads, “This app may use more battery than expected due to high background activity.”
For anyone casually browsing for a new utility or game, that’s the kind of red flag that ends a download decision in seconds. And that’s the point. Google isn’t just nudging developers with documentation anymore—it’s putting battery performance into the shopping experience.
Not every app that uses background power is automatically “bad,” though. Google’s enforcement is tied to a specific pattern of behavior: an app repeatedly holding on to a partial wake lock (a mechanism that can keep the CPU running even when the screen is off) beyond what Android considers reasonable.

According to Google, an app can be tagged for “excessive” behavior if it holds a non-exempt partial wake lock for an average of at least two hours while the screen is off in more than 5% of user sessions over the last 28 days. That’s not an edge case. At scale, it’s exactly the kind of slow leak that makes people blame Android phones for “bad battery,” even when the real culprit is one noisy app.
Google also makes room for legitimate use. Some wake locks are exempt because they provide obvious user value and aren’t easily optimized away—examples include audio playback, location access, and user-initiated data transfers. In other words: Spotify shouldn’t be punished for playing music, but a random flashlight app shouldn’t be quietly burning power at 2 a.m.
How developers can stay off the naughty list
Google insists this isn’t meant to be a public shaming campaign without an escape hatch. Alongside the policy push, it published guidance for developers to rein in battery drain—covering practical decisions like when to use foreground services versus partial wake locks, how third-party libraries may be acquiring wake locks behind the scenes, and common trouble spots such as Bluetooth communication and location tracking.
For developers, it’s yet another compliance lane to monitor, on top of target SDK requirements, account checks, and the constant cadence of Android platform changes. For users, it’s a rare win that’s easy to understand: fewer mystery drains, fewer “why is my phone hot?” moments, and more transparency before you tap Install.
And if Google gets this right, it could even chip away at one of iPhone’s long-standing advantages in public perception—battery reliability. Android hardware has improved dramatically, but one badly behaved app can still tank the experience. Now, that app may have to answer for it in bright red text.
Source: neowin
Comments
Reza
Is this even true? Two hours average in 5% sessions sounds arbitrary. Who audits false positives, and what if libraries trigger it...
atomwave
Finally someone doing this! Love the red flag idea, will save so many battery headaches. hope it doesn't become a witchhunt tho...
Leave a Comment