CommonRights class
Rights that are supported by all applications.
Signature
public final class CommonRights
Properties
Name | Signature | Description |
---|---|---|
Owner |
public final static String Owner = "OWNER"; |
Specifies a right that represents content ownership. This right grants full control over the protected content. |
View |
public final static String View = "VIEW"; |
Specifies a right that allows viewing of protected content. |
ALL |
public final static Collection<String> ALL = Collections.unmodifiableCollection(Arrays.asList(Owner, View)); |
Specifies all the rights (Owner and View) |
Defined in
CommonRights.java
Supported Platforms
Minimum supported OS version |
Android 4.0.3 (API level 15) |
Package
com.microsoft.rightsmanagement
Remarks
For more information about the built-in rights and the usage restrictions associated with them that apps should observe, see Built-in Rights Usage Restriction Reference.
Thread Safety
Members of this class are not guaranteed to be thread safe.