Share via


StorageManager.UuidDefault Property

Definition

UUID representing the default internal storage of this device which provides Environment#getDataDirectory().

[Android.Runtime.Register("UUID_DEFAULT", ApiSince=26)]
public static Java.Util.UUID? UuidDefault { get; }
[<Android.Runtime.Register("UUID_DEFAULT", ApiSince=26)>]
static member UuidDefault : Java.Util.UUID

Property Value

Attributes

Remarks

UUID representing the default internal storage of this device which provides Environment#getDataDirectory().

This value is constant across all devices and it will never change, and thus it cannot be used to uniquely identify a particular physical device.

Java documentation for android.os.storage.StorageManager.UUID_DEFAULT.

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