StorageManager.IsCheckpointSupported Property

Definition

Check whether the device supports filesystem checkpoint.

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

Property Value

true if the device supports filesystem checkpoint, false otherwise.

Attributes

Remarks

Check whether the device supports filesystem checkpoint.

Java documentation for android.os.storage.StorageManager.isCheckpointSupported().

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