ProtectionStatus Enum

Definition

Enumerates values returned by several types.

public enum ProtectionStatus
type ProtectionStatus = 
Inheritance
ProtectionStatus

Fields

None 0

Object is not protected.

NonTransferableData 32771

Object's contents can not be transfered from the device, but the object may be moved or deleted and its properties may be modified.

ReadOnly 32769

Object can not be modified or deleted and its properties can not be modified.

ReadOnlyData 32770

Object can not be modified or deleted but its properties are modifiable.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to