StorageManager.PrimaryStorageVolume Property

Definition

Return the primary shared/external storage volume available to the current user.

public virtual Android.OS.Storage.StorageVolume PrimaryStorageVolume { [Android.Runtime.Register("getPrimaryStorageVolume", "()Landroid/os/storage/StorageVolume;", "GetGetPrimaryStorageVolumeHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getPrimaryStorageVolume", "()Landroid/os/storage/StorageVolume;", "GetGetPrimaryStorageVolumeHandler", ApiSince=24)>]
member this.PrimaryStorageVolume : Android.OS.Storage.StorageVolume

Property Value

StorageVolume
Attributes

Remarks

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

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