Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT
The default action.
|
static int |
DISPLAY
The rights-protected content can be displayed.
|
static int |
EXECUTE
The rights-protected content can be executed.
|
static int |
OUTPUT
The rights-protected content can be set as output.
|
static int |
PLAY
The rights-protected content can be played.
|
static int |
PREVIEW
The rights-protected content can be previewed.
|
static int |
RINGTONE
The rights-protected content can be set as a ringtone.
|
static int |
TRANSFER
The rights-protected content can be transferred.
|
Constructor and Description |
---|
Action()
Deprecated.
This class should have been an interface instead.
The default constuctor should have not been exposed.
|
public static final int DEFAULT
public static final int PLAY
public static final int RINGTONE
public static final int TRANSFER
public static final int OUTPUT
public static final int PREVIEW
public static final int EXECUTE
public static final int DISPLAY