OSDN Git Service

docs: Added SQLite versions used on API levels 26 and 27.
authorKevin Hufnagle <khufnagle@google.com>
Thu, 9 Nov 2017 17:50:14 +0000 (09:50 -0800)
committerKevin Hufnagle <khufnagle@google.com>
Thu, 9 Nov 2017 18:12:50 +0000 (10:12 -0800)
The android.database.sqlite package summary page now mentions the
versions of SQLite that are available on Android devices running Oreo
(API level 26) and API level 27.

Test: make ds-docs -j16

Bug: 69106585
Change-Id: I77a323c58343fa978ade5397d613566ba25f00c2

core/java/android/database/sqlite/package.html

index 864a9bb..4d6ba28 100644 (file)
@@ -20,6 +20,8 @@ with adb shell, for example, <code>adb -e shell sqlite3</code>.
 <p>The version of SQLite depends on the version of Android. See the following table:
 <table style="width:auto;">
   <tr><th>Android API</th><th>SQLite Version</th></tr>
+  <tr><td>API 27</td><td>3.19</td></tr>
+  <tr><td>API 26</td><td>3.18</td></tr>
   <tr><td>API 24</td><td>3.9</td></tr>
   <tr><td>API 21</td><td>3.8</td></tr>
   <tr><td>API 11</td><td>3.7</td></tr>