Annotation Interface Backup.Location
- Enclosing class:
- Backup
Constant values for the backup storage location.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Constant value for the app storage.static final int
Constant value to overwrite the backup.static final int
Constant value to share the backup.static final int
Constant value for the device storage.
-
Field Details
-
APP
static final int APPConstant value for the app storage.- See Also:
-
STORAGE
static final int STORAGEConstant value for the device storage.- See Also:
-
SHARE
static final int SHAREConstant value to share the backup.- See Also:
-
APP_MODIFY
static final int APP_MODIFYConstant value to overwrite the backup.- See Also:
-