StorageManager.RecentStorageVolumes Property

Definition

Return the list of shared/external storage volumes both currently and recently available to the calling user.

public virtual System.Collections.Generic.IList<Android.OS.Storage.StorageVolume> RecentStorageVolumes { [Android.Runtime.Register("getRecentStorageVolumes", "()Ljava/util/List;", "GetGetRecentStorageVolumesHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getRecentStorageVolumes", "()Ljava/util/List;", "GetGetRecentStorageVolumesHandler", ApiSince=30)>]
member this.RecentStorageVolumes : System.Collections.Generic.IList<Android.OS.Storage.StorageVolume>

Property Value

IList<StorageVolume>
Attributes

Remarks

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

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