FileIntegrityManager.IsApkVeritySupported Property

Definition

Returns true if APK Verity is supported on the device.

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

Property Value

Attributes

Remarks

Returns true if APK Verity is supported on the device. When supported, an APK can be installed with a fs-verity signature (if verified with trusted App Source Certificate) for continuous on-access verification.

Java documentation for android.security.FileIntegrityManager.isApkVeritySupported().

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