Identify which rule applies
| Distribution case | Requirement in the current guidance |
|---|---|
| Standard new mobile app or update | Target API 36 or higher |
| Wear OS or Android Automotive OS new app/update | Target API 35 or higher |
| Android TV or Android XR new app/update | Target API 34 or higher |
| Existing mobile app remaining available to new users on newer Android versions | Target API 35 or higher |
The existing-app threshold is not permission to submit an API 35 mobile update. Submission and ongoing discoverability are separate gates. The official guidance also lists separate existing-app thresholds for each special form factor.
Check the uploaded bundle, not just the editor
Read the target SDK from the exact release artifact. Build flavors, convention plugins or a stale exported project can make the uploaded value differ from the setting you just edited. APKLint's Target SDK Checker helps inspect that artifact; it does not submit an extension or certify policy compliance.
Raise compileSdk as required by the build, then audit target-dependent changes: permissions, background execution, edge-to-edge layouts and other behaviors relevant to your app. Test both clean installation and update from the production version.
Handle a deadline notice explicitly
The current policy allows affected developers to request an extension to 1 November 2026. An extension is not automatic. Check the app's notification and the issue details under Policy status for the available request and its outcome.
The source contains rollout wording about form availability; the actual app notice is the operational reference. Keep a record of the submitted request rather than assuming the general help article granted one.
Understand the impact on existing users
A discoverability restriction for new users on newer devices is not the same as disabling installations already obtained from Play. Google describes different treatment for previous users. Do not tell every user to sideload an unknown replacement APK.
Use the current target-API policy as the dated source of truth and repeat this check before the next release. This article's date does not make later policy changes apply retroactively.
Sources and further reading
Reference review: 22 September 2026. Examples illustrate the workflow; check your installed versions, release artifact and account-specific Console requirements before applying them. This guide is not a claim that APKLint executed your project or verified your private account.



