Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3771ef8d authored by Daniel Santiago Rivera's avatar Daniel Santiago Rivera
Browse files

Added SQLite versions used on API levels 28, 30 and 31.

The android.database.sqlite package summary page now mentions the
versions of SQLite that are available on Android devices running Pie
(API level 28), Q (API level 29), R (API level 30) and S (API level 31)

Change-Id: I49c6bdd7edbaf98a62f50cb65ba00f160c800f0c
Test: make ds-docs -j16
parent c2c84d16
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -20,6 +20,9 @@ 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 31</td><td>3.32</td></tr>
  <tr><td>API 30</td><td>3.28</td></tr>
  <tr><td>API 28</td><td>3.22</td></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>