StorageManager.UuidDefault Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.