API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
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. |
Added Classes and Interfaces | |||
---|---|---|---|
|
|||
|
|||
|
Base class for code that will receive intents sent by sendBroadcast(). | ||
|
The set of callback APIs that are common to all application components (android.app.Activity, android.app.Service, ContentProvider, and android.app.Application). | ||
|
Interface to insert data to ContentResolver | ||
|
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
|
Interface used to allow the creator of a dialog to run some code when the
dialog is dismissed. |
|
|
Interface definition for a callback to be invoked when a key event is dispatched to this dialog. | ||
|
Interface used to allow the creator of a dialog to run some code when an item in a multi-choice dialog is clicked. | ||
|
Utility class to aid in formatting common values that are not covered by the standard java.util.Formatter | ||
|
|||
|
Local-side IPC implementation stub class. | ||
|
Interface used by the SyncAdapter to indicate its progress. | ||
|
Local-side IPC implementation stub class. | ||
|
Represents a shortcut icon resource. | ||
|
Special version of ContextWrapper that allows the base context to be modified after it is initially set. | ||
|
This superclass can be used to create a simple search suggestions provider for your application. | ||
|
Interface definition for a callback to be invoked when a shared preference is changed. | ||
|
ContentProvider that tracks the sync data and overall sync history on the device. | ||
|
This class is used to store information about the result of a sync | ||
|
|||
|
ContentProvider that tracks the sync data and overall sync history on the device. | ||
|
A specialization of the ContentProvider that centralizes functionality used by ContentProviders that are syncable. | ||
|
|||
SyncData |
Used by getServerDiffs() to track the sync progress for a given sync adapter. | ||
|
Used to hold data returned from a given phase of a TempProviderSync. |
Changed Classes and Interfaces | |
---|---|
|
|
|
A helper class to help make handling asynchronous ContentResolver queries easier. |
|
Identifier for a specific application component (android.app.Activity, android.app.Service, android.content.BroadcastReceiver, or android.content.ContentProvider) that is available. |
|
Content providers are one of the primary building blocks of Android applications, providing content to applications. |
|
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. |
|
This class provides applications access to the content model. |
|
This class is used to store a set of values that the ContentResolver can process. |
|
Interface to global information about an application environment. |
|
Proxying implementation of Context that simply delegates all of its calls to another Context. |
|
The ipc interface to talk to a content provider. |
|
An intent is an abstract description of an operation to be performed. |
|
Structured description of Intent values to be matched. |
|
This is an entry for a single authority in the Iterator returned by .authoritiesIterator(). |
|
Interface for accessing and modifying preference data returned by Context.getSharedPreferences. |
|
|
|
|
|
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 |