BackupAgent.FlagClientSideEncryptionEnabled 字段

定义

注意

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

标志, BackupDataOutput#getTransportFlags() 仅供使用 FullBackupDataOutput#getTransportFlags()

[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

字段值

Value = 1
属性

注解

标志, BackupDataOutput#getTransportFlags() 仅供使用 FullBackupDataOutput#getTransportFlags()

传输已启用客户端加密。 例如,用户的备份已使用仅设备已知的密钥(而不是远程存储解决方案)进行加密。 即使攻击者对远程存储提供程序具有根访问权限,他们也不能解密用户的备份数据。

适用于 . 的 android.app.backup.BackupAgent.FLAG_CLIENT_SIDE_ENCRYPTION_ENABLEDJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于