ApplicationInfo.StorageUuid 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 of the storage volume on which this application is being hosted.
[Android.Runtime.Register("storageUuid", ApiSince=26)]
public Java.Util.UUID? StorageUuid { get; set; }
[<Android.Runtime.Register("storageUuid", ApiSince=26)>]
member this.StorageUuid : Java.Util.UUID with get, set
Property Value
- Attributes
Remarks
UUID of the storage volume on which this application is being hosted. For apps hosted on the default internal storage at Environment#getDataDirectory()
, the UUID value is StorageManager#UUID_DEFAULT
.
Java documentation for android.content.pm.ApplicationInfo.storageUuid
.
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.