diff options
author | Bjorn Bringert <bringert@android.com> | 2010-04-14 14:43:26 +0100 |
---|---|---|
committer | Bjorn Bringert <bringert@android.com> | 2010-08-18 15:39:52 +0100 |
commit | a006b47298539d89dc7a06b54c070cb3e986352a (patch) | |
tree | 73596cd05521ac6506f5811bc36f1c8ebeeb4315 /preloaded-classes | |
parent | 7eb84256e57ce85bece610e6a01e20fa12e0f3fe (diff) | |
download | frameworks_base-a006b47298539d89dc7a06b54c070cb3e986352a.zip frameworks_base-a006b47298539d89dc7a06b54c070cb3e986352a.tar.gz frameworks_base-a006b47298539d89dc7a06b54c070cb3e986352a.tar.bz2 |
New API and implementation of DB and memory-backed FDs
This depends on a kernel patch that implements read(2)
in the ashmem driver.
Bug http://b/issue?id=2595601
Change-Id: Ie3b10aa471aada21812b35e63954c1b2f0a7b042
Diffstat (limited to 'preloaded-classes')
-rw-r--r-- | preloaded-classes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/preloaded-classes b/preloaded-classes index 33dba37..3317286 100644 --- a/preloaded-classes +++ b/preloaded-classes @@ -138,7 +138,6 @@ android.database.CursorWrapper android.database.MatrixCursor android.database.sqlite.SQLiteClosable android.database.sqlite.SQLiteCompiledSql -android.database.sqlite.SQLiteContentHelper android.database.sqlite.SQLiteCursor android.database.sqlite.SQLiteDatabase android.database.sqlite.SQLiteDebug |