diff options
| author | 2023-11-10 14:01:09 -0800 | |
|---|---|---|
| committer | 2023-11-13 16:56:21 +0000 | |
| commit | 854082bdee0fd48ff178b51f270b3a07bbf0a7b4 (patch) | |
| tree | 99b0698a3491080ad0671be90a1e27bb1c0ab922 /libs/androidfw/FileStream.cpp | |
| parent | 942ae37a79e62f3b8912a45e532873e0657bc472 (diff) | |
APIs should not throw SQLiteException
Android API rules state that APIs should not include a 'throws X' clause
if X is a RuntimeException. SQLiteException is a RuntimeException, so
it not be part of the API signature.
This removes the 'throws' clauses, updates the API tables, and removes
the corresponding lint exceptions.
Test: atest
* FrameworksCoreTests:android.database.sqlite
* CtsDatabaseTestCases
Bug: 310004191
Change-Id: I6a725609f3cb05eb88a0cb66281001e289929b38
Diffstat (limited to 'libs/androidfw/FileStream.cpp')
0 files changed, 0 insertions, 0 deletions