proomt

Search

Search posts, papers, and topics

All posts

Hacker News front pageGrapheneOS1 min readrelease notesintro

Android 17 is the first since 3.x to add new APIs without releasing to the AOSP

Summary

Android 17 QPR1 is the first Android release since 3.x to introduce new APIs without an AOSP update. The APIs are currently limited to Pixel devices and not yet exposed to other OEMs.

  • Android 17 QPR1 adds new developer APIs that are not part of the AOSP release.
  • These new APIs are currently exclusive to Pixel OS and unavailable to other Android OEMs.

Android app developers and OEMs should care because new APIs may affect app compatibility and feature parity across devices.

3/10

Related reading

  1. Android 17 Without the Last-Minute Scramble

    CodeName One prepared for Android 17 (API 37) by addressing platform changes proactively, including fixing version number parsing and implementing the new system-rendered location button. They also added robust PEM key parsing and explicit task removal to simplify common security operations for app developers.

    CodeName Onecodenameone.com8 min
  2. We Stopped Waiting for Platform Changes to Find Us

    Codename One added a daily automated scan of Apple and Google deprecation notices, linking each notice to concrete builder artifacts before work is created. The system caught the Android 16 back‑gesture change and enabled a permission‑free ContactPicker, turning policy shifts into repeatable, evidence‑backed patches.

    CodeName Onecodenameone.com3 min
  3. Android Bench 2.0: Pushing the frontier with challenging long-horizon tasks

    Android Bench 2.0 adds a set of long‑horizon tasks (multi‑day Android development problems) and introduces agent‑based evaluation. Scoring is now continuous, with the best model achieving a 28 % pass rate on these tasks, far lower than the ~91 % on earlier short tasks. The post lists new models on the leaderboard and points to updated methodology and GitHub repo.

    Androidgoogleblog.com4 minHN2