From f58e1441ecdb1b1189b802679baa6ba42f7d2eea Mon Sep 17 00:00:00 2001 From: Lee Shombert Date: Fri, 26 Apr 2024 14:38:18 -0700 Subject: Update the SQLite-to-API version table for 3.44.3 This adds sqlite 3.44.3 to the table that maps an Android API level to a SQLite version. This also changes the wording at the front of the table to note that SQLite versions may change within a single API level. Flag: DOCS_ONLY Test: documentation only Bug: 337329990 Change-Id: I156cf31d068ecacc12d27287725e999eb9d27e93 --- core/java/android/database/sqlite/package.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/core/java/android/database/sqlite/package.html b/core/java/android/database/sqlite/package.html index f2df5368494e..06f8974f4ce8 100644 --- a/core/java/android/database/sqlite/package.html +++ b/core/java/android/database/sqlite/package.html @@ -17,10 +17,14 @@ database tool. On your development machine, run the tool from the platform-tools/ folder of your SDK. On the emulator, run the tool with adb shell, for example, adb shell sqlite3. -

The version of SQLite depends on the version of Android. See the following table: +

The version of SQLite depends on the version of Android. In the past, + SQLite upgrades have been delivered as part of a new API level, but more + recently SQLite may be upgraded within an API level. See the following + table: - + + -- cgit v1.2.3-59-g8ed1b
Android APISQLite Version
LATEST3.42.0
API 353.44.3
API 343.42.0
API 343.39
API 333.32
API 323.32