API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.content.ContentResolver

Removed Methods
String getDataFilePath(Uri) DO NOT USE THIS FUNCTION!!
IContentProvider getProvider(Uri) Returns the content provider for the given content URI..
IContentProvider getProviderByName(String) Returns the content provider for the given name.
IContentProvider getProviderByName(Context, String)  
String getSyncMoreStatusText()  
String getSyncStatusText()  
String getSyncingAccount()  
void registerSyncObserver(SyncObserver) Register an observer of sync progress.
void removeProvider(IContentProvider)  
void unregisterSyncObserver(SyncObserver) Unregister an observer of sync progress.
 

Added Methods
IContentProvider acquireProvider(Context, String)  
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:
  • Integer
  • Long
  • Boolean
  • Float
  • Double
  • String
 

Changed Methods
void cancelSync(Uri) Change in signature from void to Uri.
 
void startSync(Uri, Bundle) 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
Generated by JDiff