API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Changed Constructors | ||
---|---|---|
SQLiteOpenHelper ) |
Change in type from SQLiteDatabase to SQLiteOpenHelper . |
Added Methods | |
---|---|
void discardSyncData(SQLiteDatabase, |
|
void onAccountsChanged(String[] ) |
Changed Methods | ||
---|---|---|
void copySyncState(SQLiteDatabase, |
Change in signature from (ContentProvider, ContentProvider, String ) to (SQLiteDatabase, SQLiteDatabase, String ). |
Replaces the contents of the _sync_state table in the destination ContentProvider with the row that matches account, if any, in the source ContentProvider. |
void createDatabase(SQLiteDatabase ) |
Change in signature from void to SQLiteDatabase . |
|
void onDatabaseOpened(SQLiteDatabase ) |
Change in signature from void to SQLiteDatabase . |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |