Key Takeaways
- From February 2027, apps on Google Play must stay within new memory-usage thresholds or lose visibility and publishing capabilities on the store.
- From April 2027, apps with sign-in must support zero-tap sign-in: when you move to a new phone, you stay signed in automatically via the Android Restore Credentials API.
- Google says the rules respond to industry-wide hardware supply constraints — the same memory shortage already raising device prices.
- The changes matter most on 4GB-8GB RAM phones, which dominate the Philippine market: Omdia puts Transsion (TECNO, Infinix, itel) at 33% of Q2 2026 shipments, with Xiaomi at 22%.
Google Play is turning memory efficiency into a store rule. In an announcement on the Android Developers Blog, Google Play developer chief Raghavendra Hareesh Pottamsetty laid out new technical quality requirements that will be enforced starting February 2027, with a second wave covering sign-in in April 2027.
Google Play memory limits: what changes in February 2027
Apps and games will be measured against thresholds in three areas:
| Requirement | What it measures | Enforcement date |
|---|
| Dynamic memory usage | Private app memory (anonymous RSS + swap) across app states | February 2027 |
| Bitmap memory usage | Image data held in memory, especially in background and cached states | February 2027 |
| DEX code optimization | At least 25% coverage of optimization, shrinking, and obfuscation (for example with R8) | February 2027 |
| Zero-tap sign-in | Automatic sign-in restore on a new device via the Restore Credentials API | April 2027 |
Reports on the Play Console policy detail the practical ceilings: on an 8GB RAM device, an app in the foreground can use up to 2.25GB, background services are capped at 1.5GB, and bitmaps are limited to 200MB for background services and 400MB in cached states. Devices with 16GB of RAM or more are largely exempt, since the rules target the hardware that actually runs out of memory.
Apps that exceed the thresholds "may see reduced app visibility and publishing capabilities on Google Play," per Google — meaning demotion in search and recommendations, and limits on publishing. 9to5Google's coverage notes Google is explicitly citing "significant hardware supply constraints that are altering device memory availability" as the reason the requirements exist at all.
Zero-tap sign-in: no more re-typing passwords on a new phone
The April 2027 requirement tackles a different annoyance. Any app that supports sign-in will have to implement the Android Restore Credentials API, so that when you set up a new phone, your apps recognize you and sign you in without extra taps. Games are exempt for now, with dedicated guidance promised later.
Google is also giving developers new Android Vitals metrics, out-of-memory crash filtering, and proactive alerts in the Play Console so they can see threshold problems before enforcement begins.
Why this matters for Philippine budget phones
The Philippines is exactly the market these rules are aimed at. Per Omdia's Q2 2026 shipment data, Transsion — the company behind TECNO, Infinix, and itel — held 33% of Philippine smartphone shipments, with Xiaomi at 22%, Samsung at 16%, and HONOR and OPPO at 10% each. Those brands win here on affordable models, most of them in the 4GB-8GB RAM range the new thresholds are designed to protect. The $100-$199 price band (around ₱6,200-₱12,400) is now the largest segment in Southeast Asia, and memory costs are already squeezing what those pesos buy.
For Filipino users, the eventual payoff is fewer memory-hungry apps dragging down an ₱8,000 phone — the same logic behind Microsoft's plan to cut Windows 11 memory use on 8GB PCs. For Filipino app developers, the deadline is real: hit the thresholds by February 2027 or watch your app sink in Play Store search. With the memory shortage still pushing hardware prices up, software efficiency is becoming the cheapest RAM upgrade there is.