From d52eb4a11b3ed0631b53782f51406630c37bfd58 Mon Sep 17 00:00:00 2001 From: Roman Zavarnitsyn Date: Mon, 24 Aug 2026 10:00:47 +0200 Subject: [PATCH] perf(android): Use generated manifest metadata (#5976) * perf(android): Use build-time manifest metadata Allow the Android Gradle plugin to provide authoritative manifest metadata so SDK initialization can skip PackageManager and Bundle unparceling. Read the injected map directly to avoid conversion overhead. Refs JAVA-531 Co-Authored-By: Codex * changelog * ref(android): Store metadata in manifest reader Use ManifestMetadataReader directly as the Gradle plugin injection target and remove the dedicated holder class. Co-Authored-By: OpenAI Codex * docs: Generalize performance changelog entry Remove the device-specific benchmark percentage from the release note. Co-Authored-By: Codex * docs: Update replacement PR changelog link Point the performance entry at the replacement pull request. Co-Authored-By: Codex --------- Co-authored-by: Codex