Annotation Interface Backup.Location

Enclosing class:
Backup

@Retention(SOURCE) public static @interface Backup.Location
Constant values for the backup storage location.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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