Constants | ||
---|---|---|
java.lang.String | ACTION_REGISTER_DEVICE | This intent is used to start the registration process with Sony's remote application. |
java.lang.String | ACTION_SHOW_CONTROL_PANEL | This intent is used to show the control panel on Sony's remote application screen. |
java.lang.String | EXTRA_DEVICE_ID | Used as an int extra field in ACTION_SHOW_CONTROL_PANEL intents to supply the device ID that you want to launch. |
This intent is used to start the registration process with Sony's remote application.
Constant Value: "com.sony.remotecontrol.action.REGISTER_DEVICE"
This intent is used to show the control panel on Sony's remote application screen. You can specify a device that you want to launch with EXTRA_DEVICE_ID
Constant Value: "com.sony.remotecontrol.action.SHOW_CONTROL_PANEL"
Used as an int extra field in ACTION_SHOW_CONTROL_PANEL intents to supply the device ID that you want to launch.
Constant Value: "com.sony.remotecontrol.extra.DEVICE_ID"
This class defines the Intents and related Extras.