ApplicationInfo.StorageUuid Property

Definition

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

UUID
Attributes

Remarks

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.

Applies to