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

Package android.app

Removed Classes
ActivityPendingResult This object provides a token for an existing activity, which can be used to send results back to that activity, whether or not that activity is currently running.
ApplicationContext Common implementation of Context API, which Activity and other application classes inherit.
 

Added Classes and Interfaces
ActivityManager.MemoryInfo Information you can retrieve about the available memory through ActivityManager.getMemoryInfo.
ActivityManager.ProcessErrorStateInfo Information you can retrieve about any processes that are in an error condition.
AliasActivity Stub activity that launches another activity (and then finishes itself) based on information in its component's manifest meta-data.
DatePickerDialog.OnDateSetListener The callback used to indicate the user is done filling in the date.
IInstrumentationWatcher  
IInstrumentationWatcher.Stub Local-side IPC implementation stub class.
IIntentReceiver  
IIntentReceiver.Stub Local-side IPC implementation stub class.
IServiceConnection  
IServiceConnection.Stub Local-side IPC implementation stub class.
IThumbnailReceiver  
IThumbnailReceiver.Stub Local-side IPC implementation stub class.
ITransientNotification  
ITransientNotification.Stub Local-side IPC implementation stub class.
IWallpaperServiceCallback  
IWallpaperServiceCallback.
Stub
Local-side IPC implementation stub class.
KeyguardManager.OnKeyguardExitResult Callback passed to KeyguardManager.exitKeyguardSecurely to notify caller of result.
PendingIntent A description of an Intent and target action to perform with it.
PendingIntent.CanceledException Exception thrown when trying to send through a PendingIntent that has been canceled or is otherwise no longer able to execute the request.
PendingIntent.OnFinished Callback interface for discovering when a send operation has completed.
SearchManager.OnCancelListener You can use this interface to receive a direct callback any time the search UI is cancelled.
SearchManager.OnDismissListener You can use this interface to receive a direct callback any time the search UI is dismissed.
TimePickerDialog.OnTimeSetListener The callback interface used to indicate the user is done filling in the time (they clicked on the 'Set' button).
 

Changed Classes
Activity An activity is a single, focused thing that the user can do.
ActivityGroup A screen that contains and runs multiple embedded activities.
ActivityManager Interact with the overall activities running in the system.
ActivityManager.RecentTaskInfo Information you can retrieve about tasks that the user has most recently started or visited.
ActivityManager.RunningTaskInfo Information you can retrieve about a particular task that is currently "running" in the system.
AlarmManager This class provides access to the system alarm services.
AlertDialog A subclass of Dialog that can display one, two or three buttons.
AlertDialog.Builder  
Application Base class for those who need to maintain global application state.
DatePickerDialog A simple dialog containing an android.widget.DatePicker.
Dialog Base class for Dialogs.
ExpandableListActivity An activity that displays an expandable list of items by binding to a data source implementing the ExpandableListAdapter, and exposes event handlers when the user selects an item.
Instrumentation Base class for implementing application instrumentation code.
Instrumentation.ActivityResult Description of a Activity execution result to return to the original activity.
KeyguardManager Class that can be used to lock and unlock the keyboard.
ListActivity An activity that displays a list of items by binding to a data source such as an array or Cursor, and exposes event handlers when the user selects an item.
LocalActivityManager Helper class for managing multiple running embedded activities in the same process.
Notification A class that represents how a persistent notification is to be presented to the user using the android.app.NotificationManager.
NotificationManager Class to notify the user of events that happen.
ProgressDialog

A dialog showing a progress indicator and an optional text message or view.

SearchManager This class provides access to the system search services.
Service A Service is an application component that runs in the background, not interacting with the user, for an indefinite period of time.
TabActivity An activity that contains and runs multiple embedded activities or views.
TimePickerDialog A dialog that prompts the user for the time of day using a TimePicker.
 

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