FileIntegrityManager.IsApkVeritySupported 属性

定义

如果设备上支持 APK Verity,则返回 true。

public bool IsApkVeritySupported { [Android.Runtime.Register("isApkVeritySupported", "()Z", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isApkVeritySupported", "()Z", "", ApiSince=30)>]
member this.IsApkVeritySupported : bool

属性值

属性

注解

如果设备上支持 APK Verity,则返回 true。 支持时,可以使用 fs-verity 签名(如果使用受信任的应用源证书进行验证)安装 APK,以便持续进行访问验证。

适用于 . 的 android.security.FileIntegrityManager.isApkVeritySupported()Java 文档

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

适用于