Package danger.app

Interface Summary
AppResources Resource ids for standard application resources.
EventModifier Defines system event modifier constants.
EventType Defines system event type constants.
ResourceIDs Deprecated. For internal use only.
Searchable Interface to be implemented by searchable Applications.
 

Class Summary
Alarm Application interface to alarms.
AlarmDispatcher Application interface to alarm dispatchers.
AlertResourceDecoder Flags to pass into DialogWindow.addFrameButton(int, java.lang.String, int, int, int, java.lang.Object, char).
Application Application interface to the Application class This class is extended by all applications.
Bundle A Bundle contains information related to an application.
BundleManager EXPERIMENTAL Use at your own risk. Not for use in shipping applications.
CategoryDB Application interface to the CategoryDB class This class is used for managing categories, or folders.
ComponentVersion ComponentVersion objects contain versioning information about applications and libraries.
DataFinder DataFinder is used to search a DataStore, using a DataRecord as a template.
DataRecord The DataRecord provides a high-level interfaces to a record consisting of some number of rows, each of which may contain a variable number of columns of 'short', 'int', or 'string' data types.
DataRecordReader Static methods that take a byte array and read data from it, without requiring a data record object.
DataStore A container for records of data, each identified by a unique integer value.
Dispatcher A dispatcher is a thread responsible for sending and receiving events.
Event Standard object used for passing events, such as UI events.
FindResult Abstract class to specify the result of a global find query.
FindUtils Static class with methods to help handle Quick Find queries.
GalleryItem GalleryItems are wrapper objects for media files (image, video) that are returned from the Camera gallery.
GalleryItemIPCPayload The GalleryItemIPCPayload class encapuslates GalleryItem objects that are returned from the camera gallery.
GlobalTrash Class to support global emptying of the trash.
HotKeyManager Class to handle Jump key shortcuts to launch applications.
IPCDebugHandler Helper class for setting up IPC services.
IPCIncoming Wrapper for an in-bound IPC message.
IPCMessage Messages are lightweight -- adding the same keyed item multiple times will result in only the most recent being honored (but older versions may stick around in memory).
IPCRegistryRecord An IPCRegistryRecord is used for sending an IPC message to a particular target.
Listener Base class for things that can receive events.
PhotoGallery PhotoGallery represents a collection of PhotoRecords stored in memory and optionally synchronized over the network to the backend service
PhotoRecord PhotoRecords are wrappers for images that are stored in the Camera gallery.
PhotoRecordIPCPayload Deprecated. This class exists for legacy compatibility purposes; apps should instead construct PhotoPicker objects with PhotoPicker.createPicker(boolean,boolean) to get GalleryItemIPCPayload objects instead.
Registrar Registrar is a static class that contains methods to obtain information about applications and bundles, as well as handling IPC services.
Resource You can obtain a resource by using ResourceDatabase.getResource(int, int).
ResourceDatabase A ResourceDatabase contains an application's resources (menus, dialogs, strings, etc).
SettingsDB Application interface to the SettingsDB class.
SocketRegistrar Static methods and fields to implement socket-like IPC at the Java level.
Timer Application interface to timers.
VideoRecord VideoRecord are wrappers for videos that are stored in the Camera gallery.
 

Exception Summary
SettingsDBException Exception thrown for a variety of errors in SettingsDB class.