summaryrefslogtreecommitdiffstats
path: root/api/16.txt
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2012-03-05 10:33:13 -0800
committerJeff Brown <jeffbrown@google.com>2012-03-05 13:24:02 -0800
commitbaefdfad6e77e772deb6474380dd85ac776293e8 (patch)
treed5c7370bd48fea6c5e344f977585c3dc88e3d74d /api/16.txt
parent08cbdad565b3d2a01b005ceea5667f261ba89353 (diff)
downloadframeworks_base-baefdfad6e77e772deb6474380dd85ac776293e8.zip
frameworks_base-baefdfad6e77e772deb6474380dd85ac776293e8.tar.gz
frameworks_base-baefdfad6e77e772deb6474380dd85ac776293e8.tar.bz2
Make SQLiteDatabase final.
The SQLiteDatabase constructor is inaccessible so it is not possible for applications to subclass it. To remove all possible remaining temptation to do so, make the class final. Change-Id: I4148e9b06f0661ec22aab8e45afde38498d2375a
Diffstat (limited to 'api/16.txt')
-rw-r--r--api/16.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/16.txt b/api/16.txt
index 357d618..6543ab0 100644
--- a/api/16.txt
+++ b/api/16.txt
@@ -7144,7 +7144,7 @@ package android.database.sqlite {
method public abstract void setBindArguments(java.lang.String[]);
}
- public class SQLiteDatabase extends android.database.sqlite.SQLiteClosable {
+ public final class SQLiteDatabase extends android.database.sqlite.SQLiteClosable {
method public void beginTransaction();
method public void beginTransactionNonExclusive();
method public void beginTransactionWithListener(android.database.sqlite.SQLiteTransactionListener);