Changed Classes and Interfaces
|
Binder
|
Base class for a remotable object, the core part of a lightweight
remote procedure call mechanism defined by IBinder. |
Build
|
Information about the current build, extracted from system properties. |
Bundle
|
A mapping from String values to various Parcelable types. |
DeadObjectException
|
The object you are calling has died, because its hosting process
no longer exists. |
Debug
|
Provides various debugging functions for Android applications, including
tracing and allocation counts. |
Environment
|
Provides access to environment variables. |
Handler
|
A Handler allows you to send and process Message and Runnable
objects associated with a thread's MessageQueue. |
IBinder
|
Base interface for a remotable object, the core part of a lightweight
remote procedure call mechanism designed for high performance when
performing in-process and cross-process calls. |
Looper
|
Class used to run a message loop for a thread. |
Message
|
Defines a message containing a description and arbitrary data object that can be
sent to a Handler. |
Parcel
|
Container for a message (data and object references) that can
be sent through an IBinder. |
ParcelFileDescriptor
|
The FileDescriptor returned by Parcel.readFileDescriptor, allowing
you to close it when done with it. |
Parcelable
|
Interface for classes whose instances can be written to
and restored from a Parcel. |
PowerManager.WakeLock
|
Class lets you say that you need to have the device on. |
Process
|
Tools for managing OS processes. |
SystemClock
|
Core timekeeping facilities. |
Vibrator
|
Class that operates the vibrator on the device. |