commit | 854082bdee0fd48ff178b51f270b3a07bbf0a7b4 | [log] [tgz] |
---|---|---|
author | Lee Shombert <shombert@google.com> | Fri Nov 10 14:01:09 2023 -0800 |
committer | Lee Shombert <shombert@google.com> | Mon Nov 13 16:56:21 2023 +0000 |
tree | 99b0698a3491080ad0671be90a1e27bb1c0ab922 | |
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