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

Commit 854082bd authored by Lee Shombert's avatar Lee Shombert
Browse files

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
parent 942ae37a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment