Sony Addon SDK package

com.sonyericsson.extras.liveware.aef.registration

This project is no longer being supported and will not get any further updates.

The Registration API, part of the Smart Extension APIs for Sony's smart accessories, defines and implements an Android ContentProvider that the app extensions can access via the Android ContentResolver API. Before an app extension can interact with an accessory it must provide (register) some information needed by the host applications. Refer to Registration for a detailed description of the Registration & Capabilities API.

Interfaces

Registration.Intents Intents sent to extensions by the host applications either using the broadcast queue or Tunnel.
Registration.AccessoryConnectionStatus Interface used to define constants for accessory connection status
Registration.Extension Definitions used for interacting with the Extension-table
Registration.ExtensionColumns Column-definitions for the Extension table
Registration.ApiRegistration Definitions used for interacting with the ApiRegistration-table
Registration.ApiRegistrationColumns Column-definitions for the ApiRegistration-table
Registration.Capabilities Use separate queries for the individual tables.
Registration.HostApp Definitions used for interacting with the Host application-table
Registration.HostAppColumns Column-definitions for the Host application table
Registration.Device Definitions used for interacting with the Device-table
Registration.DeviceColumns Column-definitions for the Device table
Registration.Display Definitions used for interacting with the Display-table
Registration.DisplayColumns Column-definitions for the Display table
Registration.Sensor Definitions used for interacting with the Sensor-table
Registration.SensorColumns Column-definitions for the Sensor table
Registration.Tap
Registration.TapColumns
Registration.Led Definitions used for interacting with the Led-table
Registration.LedColumns Column-definitions for the Led-table
Registration.Input Definitions used for interacting with the Input-table
Registration.InputColumns Column-definitions for the Sensor table
Registration.SensorType Definitions used for interacting with the Sensor-type-table
Registration.SensorTypeColumns Column-definitions for the SensorType table
Registration.KeyPad Definitions used for interacting with the Keypad-table
Registration.KeyPadColumns Column-definitions for the Keypad table
Registration.Version Definitions used for interacting with the Version table
Registration.VersionColumns Column-definitions for the Version table
Registration.Widget Definitions used for interacting with the Widget table.
Registration.WidgetColumns Column-definitions for the Widget table
Registration.WidgetRegistration Definitions used for interacting with the WidgetRegistration table.
Registration.WidgetRegistrationColumns Column-definitions for the WidgetRegistration table
Registration.LaunchMode Specifies which API that shall be started when launching the extension.
Registration.LayoutSupport Bit field specifiers for supported layout elements.
Registration.KeyPadType Key pad type specifiers
Registration.SensorTypeValue Definitions of sensor types

Classes

Registration Registration and Capability API is a part of the Smart Extension APIs.