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

Package android.content

Removed Classes and Interfaces
AssetManager Provides access to an application's raw asset files; see Resources for the way most applications will want to retrieve their resource data.
AssetManager.AssetInputStream  
DatabaseContentProvider A specialization of the ContentProvider that centralizes functionality used by ContentProviders that use the database, including controlling access to the database via the use of database transactions and java locks.
DatabaseContentProvider.
DcpCursor
A specialization of SQLiteCursor that protects commitUpdates with a lock.
ISyncObserver  
ISyncObserver.Stub Local-side IPC implementation stub class.
IntentFilter.PathEntry This is an entry for a single path in the Iterator returned by .pathsIterator.
IntentReceiver Base class for code that will receive intents sent by broadcastIntent().
MergeResult The result of the merge() call.
MergeStats  
Resources Class for accessing an application's resources.
Resources.Configuration This class describes all device configuration information that can impact the resources the application retrieves.
Resources.NotFoundException This exception is thrown by the resource APIs when a requested resource can not be found.
Resources.StyledAttributes Container for an array of values that were retrieved with Resources.Theme.obtainStyledAttributes(AttributeSet, int[], int, int) or Resources.obtainAttributes.
Resources.Theme This class holds the current attribute values for a particular theme.
SyncAdapter.SyncData Used by getServerDiffs() to track the sync progress for a given sync adapter.
SyncContextTest  
SyncContextTest.IPC  
SyncContextTest.IPC.T  
SyncObserver An observer of sync progress.
TrivialSyncData An implementation of SyncData that contains nothing but is suitable for use by implementations of SyncAdapter that don't need their own specialization of SyncData.
 

delete, it must be in order of uri, select and arg
Added Classes and Interfaces
AsyncQueryHandler.WorkerArgs  
AsyncQueryHandler.WorkerHandler  
BroadcastReceiver Base class for code that will receive intents sent by sendBroadcast().
ComponentCallbacks The set of callback APIs that are common to all application components (android.app.Activity, android.app.Service, ContentProvider, and android.app.Application).
ContentInsertHandler Interface to insert data to ContentResolver
DefaultDataHandler insert default data from InputStream, should be in XML format: if the provider syncs data to the server, the imported data will be synced to the server Samples: insert one row
DialogInterface.OnDismissListener Interface used to allow the creator of a dialog to run some code when the dialog is dismissed.
DialogInterface.OnKeyListener Interface definition for a callback to be invoked when a key event is dispatched to this dialog.
DialogInterface.OnMultiChoiceClickListener Interface used to allow the creator of a dialog to run some code when an item in a multi-choice dialog is clicked.
Formatter Utility class to aid in formatting common values that are not covered by the standard java.util.Formatter
ISyncAdapter  
ISyncAdapter.Stub Local-side IPC implementation stub class.
ISyncContext Interface used by the SyncAdapter to indicate its progress.
ISyncContext.Stub Local-side IPC implementation stub class.
Intent.ShortcutIconResource Represents a shortcut icon resource.
MutableContextWrapper Special version of ContextWrapper that allows the base context to be modified after it is initially set.
SearchRecentSuggestionsProvider This superclass can be used to create a simple search suggestions provider for your application.
SharedPreferences.OnSharedPreferenceChangeListener Interface definition for a callback to be invoked when a shared preference is changed.
SyncProvider ContentProvider that tracks the sync data and overall sync history on the device.
SyncResult This class is used to store information about the result of a sync
SyncStats  
SyncStorageEngine ContentProvider that tracks the sync data and overall sync history on the device.
SyncableContentProvider A specialization of the ContentProvider that centralizes functionality used by ContentProviders that are syncable.
TempProviderSyncAdapter  
TempProviderSyncAdapter.
SyncData
Used by getServerDiffs() to track the sync progress for a given sync adapter.
TempProviderSyncResult Used to hold data returned from a given phase of a TempProviderSync.
 

Changed Classes and Interfaces
AbstractTableMerger  
AsyncQueryHandler A helper class to help make handling asynchronous ContentResolver queries easier.
ComponentName Identifier for a specific application component (android.app.Activity, android.app.Service, android.content.BroadcastReceiver, or android.content.ContentProvider) that is available.
ContentProvider Content providers are one of the primary building blocks of Android applications, providing content to applications.
ContentQueryMap Caches the contents of a cursor into a Map of String->ContentValues and optionally keeps the cache fresh by registering for updates on the content backing the cursor.
ContentResolver This class provides applications access to the content model.
ContentValues This class is used to store a set of values that the ContentResolver can process.
Context Interface to global information about an application environment.
ContextWrapper Proxying implementation of Context that simply delegates all of its calls to another Context.
IContentProvider The ipc interface to talk to a content provider.
Intent An intent is an abstract description of an operation to be performed.
IntentFilter Structured description of Intent values to be matched.
IntentFilter.AuthorityEntry This is an entry for a single authority in the Iterator returned by .authoritiesIterator().
SharedPreferences Interface for accessing and modifying preference data returned by Context.getSharedPreferences.
SyncAdapter  
SyncContext  
SyncStateContentProviderHelper Extends the schema of a ContentProvider to include the _sync_state table and implements query/insert/update/delete to access that table using the authority "syncstate".
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff