API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Added Methods | |
---|---|
IContentProvider acquireProvider(Context, |
|
IContentProvider acquireProvider(Uri ) |
Returns the content provider for the given content URI.. |
IContentProvider acquireProvider(String ) |
|
boolean releaseProvider(IContentProvider ) |
|
void validateSyncExtrasBundle(Bundle ) |
Check that only values of the following types are in the Bundle:
|
Changed Methods | ||
---|---|---|
void cancelSync(Uri ) |
Change in signature from void to Uri . |
|
void startSync(Uri, |
Change in signature from (Uri, Map ) to (Uri, Bundle ). |
Start an asynchronous sync operation. |
Added Fields | |
---|---|
String CURSOR_DIR_BASE_TYPE |
This is the Android platform's base MIME type for a content: URI containing a Cursor of zero or more items. |
String CURSOR_ITEM_BASE_TYPE |
This is the Android platform's base MIME type for a content: URI containing a Cursor of a single item. |
String SYNC_EXTRAS_DISCARD_LOCAL_DELETIONS |
|
String SYNC_EXTRAS_FORCE |
|
String SYNC_EXTRAS_OVERRIDE_TOO_MANY_DELETIONS |
|
String SYNC_EXTRAS_UPLOAD |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |