/
Navigation
Chronicles
Browse all articles
Explore
Semantic exploration
Research
Entity momentum
Nexus
Correlations & relationships
Story Arc
Topic evolution
Drift Map
Semantic trajectory animation
Posts
Analysis & commentary
Pulse API
Tech news intelligence API
Browse
Entities
Companies, people, products, technologies
Domains
Browse by publication source
Handles
Browse by social media handle
Detection
Concept Search
Semantic similarity search
High Impact Stories
Top coverage by position
Sentiment Analysis
Positive/negative coverage
Anomaly Detection
Unusual coverage patterns
Analysis
Rivalry Report
Compare two entities head-to-head
Semantic Pivots
Narrative discontinuities
Crisis Response
Event recovery patterns
Connected
Search: /
Command: ⌘K
Embeddings: large
TEXXR

Chronicles

The story behind the story

days · browse · Enter similar · o open

Google releases the Extension SDK for developers to bring new features, like the new Photo Picker API that launched with Android 13, to older Android versions

The Extensions SDK is what makes features like Photo Picker possible on older Android versions.

XDA Developers Adam Conway

Context & Ripple Effects

When Google shipped Android 13's photo picker in 2022, the feature was locked to the OS version — devices stuck on older releases simply went without. The Extension SDK changes that contract: Google is splitting the Photo Picker API and similar features out of the annual OS cycle so developers can call them on older Android versions directly.

It fits a pattern Google had already started with the Cross device SDK for phone-and-tablet experiences, and it foreshadows the later move of taking a Pixel-10-exclusive AI photo editing tool to all Google Photos users on Android — feature delivery increasingly decoupled from both OS version and hardware tier.

First-order effects

  • Android developers can integrate the Photo Picker API without gating their apps on Android 13, reaching users on older devices immediately instead of waiting for OEM updates.
  • Users on pre-Android 13 devices gain access to picker-style features through app updates rather than system updates, shifting the upgrade burden from OEMs to Google's SDK channel.

Second-order effects

  • OEMs' slow update pipelines lose leverage as a differentiator: if Google ships flagship features via the Extension and Cross device SDKs, the version number on the box matters less to buyers and developers.
  • Google strengthens its position as the de facto feature gatekeeper on Android — the SDK layer, not the open-source OS, becomes where new capabilities land first.

Third-order effects

  • If the pattern holds, Android's annual version releases become less central to the platform's evolution, with Google's proprietary SDK layer carrying the feature roadmap — a structural shift toward a two-tier Android where the updateable Google layer outpaces the frozen base OS.

The trend: Google is moving Android feature delivery out of OS releases and into version-independent SDKs, making its own update channel the real pace of the platform.

Discussion

  • @natisho Nati Shochat on x
    “Extension SDKs also allow us to extend the support of certain platform functionality to existing Android versions, increasing user reach.” It's hard to calculate how many engineering hours Google spent due to Android's sluggish adoption rate. https://android-developers.googleblo…
  • @mishaalrahman Mishaal Rahman on x
    Google publicly announced the Extension SDK today! As I previously reported, the Extension SDK provides a way for developers to tell if a certain API introduced through a Project Mainline update is available on the device.
  • @androiddev @androiddev on x
    Today, we're releasing the first public version of the Extension SDK (Extension Level 4) 🎉 Start using the Extension SDK to integrate your solutions with the AdServices APIs to prepare for limited production testing. Get the details ↓ https://android-developers.googleblog.c om/ .…