BackupAgent.FlagClientSideEncryptionEnabled Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.Backup.BackupTransportFlags enum directly instead of this field.

Flag for BackupDataOutput#getTransportFlags() and FullBackupDataOutput#getTransportFlags() only.

[Android.Runtime.Register("FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Backup.BackupTransportFlags enum directly instead of this field.", true)]
public const Android.App.Backup.BackupTransportFlags FlagClientSideEncryptionEnabled = 1;
[<Android.Runtime.Register("FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Backup.BackupTransportFlags enum directly instead of this field.", true)>]
val mutable FlagClientSideEncryptionEnabled : Android.App.Backup.BackupTransportFlags

Field Value

Value = 1
Attributes

Remarks

Flag for BackupDataOutput#getTransportFlags() and FullBackupDataOutput#getTransportFlags() only.

The transport has client-side encryption enabled. i.e., the user's backup has been encrypted with a key known only to the device, and not to the remote storage solution. Even if an attacker had root access to the remote storage provider they should not be able to decrypt the user's backup data.

Java documentation for android.app.backup.BackupAgent.FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED.

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